Skip to content

Commit

Permalink
Merge pull request github#181 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Oct 7, 2020
2 parents 16c954d + abb1348 commit 1f5502f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage-issue-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/triage-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f5502f

Please sign in to comment.