Skip to content

Commit 2afd0b3

Browse files
committed
fix github action to use renamed triage label
1 parent 5a36400 commit 2afd0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12-
- name: Apply triage label
12+
- name: Apply untriaged label
1313
uses: actions/github-script@v3
1414
with:
1515
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -18,7 +18,7 @@ jobs:
1818
issue_number: context.issue.number,
1919
owner: context.repo.owner,
2020
repo: context.repo.repo,
21-
labels: ['triage']
21+
labels: ['untriaged']
2222
})
2323
- name: Comment On New Issues
2424
uses: actions/github-script@v3

0 commit comments

Comments
 (0)