We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
labeler.yml
1 parent 321cd93 commit fed464aCopy full SHA for fed464a
.github/workflows/labeler.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/labeler@v5
20
+ if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
21
+ - run: echo "Done adding labels"
22
# Run this after labeler applied labels
23
check-labels:
24
needs:
0 commit comments