Skip to content

Commit

Permalink
Update .github/workflows/add-to-inbox.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <joshblack@github.com>
  • Loading branch information
camertron and joshblack authored Oct 26, 2023
1 parent cd2f3ff commit 06cef45
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/add-to-inbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ jobs:
with:
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }}
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }}
- name: Add rails label to issue
- name: Add labels to issue
run: |
gh issue edit $ISSUE_URL --add-label rails
env:
GH_TOKEN: ${{ steps.get-primer-access-token.outputs.token }}
- name: Add react label to issue
run: |
gh issue edit $ISSUE_URL --add-label react
gh issue edit $ISSUE_URL --add-label 'rails,react'
env:
GH_TOKEN: ${{ steps.get-primer-access-token.outputs.token }}
- id: get-github-access-token
Expand Down

0 comments on commit 06cef45

Please sign in to comment.