Skip to content

Commit

Permalink
Fix PR triage GH Action (#10718)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschright authored Nov 1, 2019
1 parent 3e66dbe commit ff37957
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
pull_request:
types: [opened]
jobs:
markPRsForTriage:
labelPRsForTriage:
name: Apply PR Triage Label
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Apply PR Triage Label
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_ACTIONS_TOKEN }}
with:
args: label needs-triage
- uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: label needs-triage
repo-token: ${{ secrets.GITHUB_ACTIONS_TOKEN }}

0 comments on commit ff37957

Please sign in to comment.