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

update triage action versions (#15928)

Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
This commit is contained in:
Rachael Sewell
2020-10-07 11:58:27 -07:00
committed by GitHub
parent f137095798
commit abb1348f61
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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