зеркало из https://github.com/github/docs.git
update triage action versions (#15928)
Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
This commit is contained in:
Родитель
f137095798
Коммит
abb1348f61
|
@ -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"
|
||||
|
|
|
@ -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,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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче