Skip to content

Commit d9e3795

Browse files
remove label after grouping dependencies
1 parent f7f558b commit d9e3795

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ jobs:
8484
file_pattern: '*.props *.targets *.*proj'
8585
push_options: '--force'
8686

87+
- name: GitHub Remove Labels
88+
if: |
89+
github.event.action == 'labeled'
90+
uses: actions-ecosystem/action-remove-labels@v1
91+
with:
92+
labels: |
93+
.NET
94+
8795
comment:
8896
runs-on: ubuntu-latest
8997
if: |

0 commit comments

Comments
 (0)