update triage action versions (#15928)
Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
This commit is contained in:
4
.github/workflows/triage-issue-comments.yml
vendored
4
.github/workflows/triage-issue-comments.yml
vendored
@@ -33,13 +33,13 @@ jobs:
|
|||||||
return 'false'
|
return 'false'
|
||||||
}
|
}
|
||||||
- name: Label issues with new comments with 'triage'
|
- 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')
|
if: (steps.is-internal-contributor.outputs.result == 'false')
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
add-labels: "triage"
|
add-labels: "triage"
|
||||||
- name: Triage to project board
|
- 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:
|
with:
|
||||||
action-token: ${{ secrets.GITHUB_TOKEN }}
|
action-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
project-url: "https://github.com/github/docs/projects/1"
|
project-url: "https://github.com/github/docs/projects/1"
|
||||||
|
|||||||
4
.github/workflows/triage-issues.yml
vendored
4
.github/workflows/triage-issues.yml
vendored
@@ -10,12 +10,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Label new issues with 'triage'
|
- name: Label new issues with 'triage'
|
||||||
uses: andymckay/labeler@1.0.2
|
uses: rachmari/labeler@v1.0.4
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
add-labels: "triage"
|
add-labels: "triage"
|
||||||
- name: Triage to project board
|
- 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:
|
with:
|
||||||
action-token: ${{ secrets.GITHUB_TOKEN }}
|
action-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
project-url: "https://github.com/github/docs/projects/1"
|
project-url: "https://github.com/github/docs/projects/1"
|
||||||
|
|||||||
4
.github/workflows/triage-pull-requests.yml
vendored
4
.github/workflows/triage-pull-requests.yml
vendored
@@ -4,13 +4,13 @@ on:
|
|||||||
types: [reopened, opened]
|
types: [reopened, opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
triage_issues:
|
triage_pulls:
|
||||||
if: github.repository == 'github/docs'
|
if: github.repository == 'github/docs'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Label new pull requests with 'triage'
|
- name: Label new pull requests with 'triage'
|
||||||
uses: andymckay/labeler@1.0.2
|
uses: rachmari/labeler@v1.0.4
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
add-labels: "triage"
|
add-labels: "triage"
|
||||||
|
|||||||
Reference in New Issue
Block a user