* 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 коммит произвёл GitHub
Родитель 399ffd81e2
Коммит 433701b136
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

2
.github/workflows/triage-issue-comments.yml поставляемый
Просмотреть файл

@ -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 }}"

2
.github/workflows/triage-issues.yml поставляемый
Просмотреть файл

@ -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"

2
.github/workflows/triage-pull-requests.yml поставляемый
Просмотреть файл

@ -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"