Skip to content
Snippets Groups Projects
Unverified Commit ce736f59 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

chore: run dessant/label-actions on discussions (#12037)

parent a9829ba4
No related branches found
Tags 37.156.0
No related merge requests found
......@@ -3,10 +3,13 @@ name: 'Label Actions'
on:
issues:
types: [labeled]
discussion:
types: [labeled]
permissions:
contents: read
issues: write
discussions: write
jobs:
reaction:
......@@ -15,4 +18,4 @@ jobs:
- uses: dessant/label-actions@93ea5ec1d65e6a21427a1571a18a5b8861206b0b # renovate: tag=v2.2.0
with:
github-token: ${{ github.token }}
process-only: 'issues'
process-only: 'issues, discussions'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment