зеркало из https://github.com/github/docs.git
Update triage issues workflow (#15909)
* Update triage issues workflow see #15903 * Make the same fix in other workflows
This commit is contained in:
Родитель
399ffd81e2
Коммит
433701b136
|
@ -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 }}"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче