mirror of
https://github.com/tale/headplane.git
synced 2026-08-06 12:17:41 +00:00
chore: update github actions/issues workflows
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Labeler
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: Label PR
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v6
|
||||
with:
|
||||
sync-labels: true
|
||||
Reference in New Issue
Block a user