Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
This commit is contained in:
Rachael Sewell 2020-10-07 11:58:27 -07:00 коммит произвёл GitHub
Родитель f137095798
Коммит abb1348f61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -33,13 +33,13 @@ jobs:
return 'false'
}
- name: Label issues with new comments with 'triage'
uses: andymckay/labeler@1.0.2
uses: rachmari/labeler@v1.0.4
if: (steps.is-internal-contributor.outputs.result == 'false')
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-labels: "triage"
- name: Triage to project board
uses: konradpabjan/actions-add-new-issue-to-column@v1.1
uses: rachmari/actions-add-new-issue-to-column@v1.1.1
with:
action-token: ${{ secrets.GITHUB_TOKEN }}
project-url: "https://github.com/github/docs/projects/1"

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

@ -10,12 +10,12 @@ jobs:
steps:
- name: Label new issues with 'triage'
uses: andymckay/labeler@1.0.2
uses: rachmari/labeler@v1.0.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-labels: "triage"
- name: Triage to project board
uses: konradpabjan/actions-add-new-issue-to-column@v1.1
uses: rachmari/actions-add-new-issue-to-column@v1.1.1
with:
action-token: ${{ secrets.GITHUB_TOKEN }}
project-url: "https://github.com/github/docs/projects/1"

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

@ -4,13 +4,13 @@ on:
types: [reopened, opened]
jobs:
triage_issues:
triage_pulls:
if: github.repository == 'github/docs'
runs-on: ubuntu-latest
steps:
- name: Label new pull requests with 'triage'
uses: andymckay/labeler@1.0.2
uses: rachmari/labeler@v1.0.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-labels: "triage"