Skip to content

Commit

Permalink
chore: process labels on pull requests (#18836)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored and pull[bot] committed Jan 3, 2024
1 parent a2377dc commit 9242d23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/label-actions.yml
Expand Up @@ -5,11 +5,14 @@ on:
types: [labeled]
discussion:
types: [labeled]
pull_request:
types: [labeled]

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

jobs:
reaction:
Expand All @@ -18,4 +21,4 @@ jobs:
- uses: dessant/label-actions@93ea5ec1d65e6a21427a1571a18a5b8861206b0b # renovate: tag=v2.2.0
with:
github-token: ${{ github.token }}
process-only: 'issues, discussions'
process-only: 'issues, discussions, prs'

0 comments on commit 9242d23

Please sign in to comment.