Skip to content

Commit

Permalink
chore: run label action on prs (#22227)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 17, 2023
1 parent 3016a6c commit fd87414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/label-actions.yml
Expand Up @@ -5,11 +5,14 @@ on:
types: [labeled]
discussion:
types: [labeled]
pull_request_target:
types: [labeled]

permissions:
contents: read
issues: write
discussions: write
pull-requests: write

jobs:
reaction:
Expand All @@ -18,4 +21,3 @@ jobs:
- uses: dessant/label-actions@074b96a62f35c226ecb38e840f44941bde0343a6 # v3.0.0
with:
github-token: ${{ github.token }}
process-only: 'issues, discussions'

0 comments on commit fd87414

Please sign in to comment.