Skip to content

Commit

Permalink
Update triage issues workflow (#15909)
Browse files Browse the repository at this point in the history
* Update triage issues workflow see github#15903

* Make the same fix in other workflows
  • Loading branch information
felicitymay authored Oct 6, 2020
1 parent 399ffd8 commit 433701b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/triage-issue-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
return 'false'
}
- name: Label issues with new comments with 'triage'
uses: andymckay/labeler@v1.0.2
uses: andymckay/labeler@1.0.2
if: (steps.is-internal-contributor.outputs.result == 'false')
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Label new issues with 'triage'
uses: andymckay/labeler@v1.0.2
uses: andymckay/labeler@1.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-labels: "triage"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Label new pull requests with 'triage'
uses: andymckay/labeler@v1.0.2
uses: andymckay/labeler@1.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-labels: "triage"
Expand Down

0 comments on commit 433701b

Please sign in to comment.