2025-01-10 10:39:48 -05:00
|
|
|
name: Label Actions
|
2024-08-10 15:26:26 -04:00
|
|
|
on:
|
2025-01-10 10:39:48 -05:00
|
|
|
issues:
|
|
|
|
types: [ labeled, unlabeled ]
|
|
|
|
pull_request_target:
|
|
|
|
types: [ labeled, unlabeled ]
|
2024-08-10 15:26:26 -04:00
|
|
|
|
|
|
|
permissions:
|
2025-01-10 10:39:48 -05:00
|
|
|
contents: read
|
|
|
|
issues: write
|
|
|
|
pull-requests: write
|
|
|
|
discussions: write
|
2024-08-10 15:26:26 -04:00
|
|
|
|
|
|
|
jobs:
|
2025-01-10 10:39:48 -05:00
|
|
|
action:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: dessant/label-actions@102faf474a544be75fbaf4df54e73d3c515a0e65 # Depend on an exact commit
|
|
|
|
with:
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
config-path: '.github/config/label-actions.yml'
|