Skip to content

Commit ee3b249

Browse files
committed
[build] remove needs-triaging github label when awaiting-answer is added
1 parent 93b78e6 commit ee3b249

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/issue-labeler.yml

+5
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,8 @@ jobs:
181181
with:
182182
github_token: ${{ secrets.GITHUB_TOKEN }}
183183
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

Comments
 (0)