We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b78e6 commit ee3b249Copy full SHA for ee3b249
.github/workflows/issue-labeler.yml
@@ -181,3 +181,8 @@ jobs:
181
with:
182
github_token: ${{ secrets.GITHUB_TOKEN }}
183
labels: J-awaiting answer
184
+ - name: Remove label
185
+ if: steps.version-check.outputs.is-outdated == 'true'
186
+ uses: actions-ecosystem/action-remove-labels@v1
187
+ with:
188
+ labels: A-needs-triaging
0 commit comments