1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update triage issues workflow (#15909)

* Update triage issues workflow see #15903

* Make the same fix in other workflows
This commit is contained in:
Felicity Chapman
2020-10-06 17:35:54 +01:00
committed by GitHub
parent 399ffd81e2
commit 433701b136
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ jobs:
return 'false'
}
- name: Label issues with new comments with 'triage'
uses: andymckay/labeler@v1.0.2
uses: andymckay/labeler@1.0.2
if: (steps.is-internal-contributor.outputs.result == 'false')
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Label new issues with 'triage'
uses: andymckay/labeler@v1.0.2
uses: andymckay/labeler@1.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-labels: "triage"

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Label new pull requests with 'triage'
uses: andymckay/labeler@v1.0.2
uses: andymckay/labeler@1.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-labels: "triage"