mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
🤖 ci: add auto pull request labeling github action (#233)
This commit is contained in:
parent
658505cea1
commit
360f415ca0
15
.github/workflows/pr_labeler.yml
vendored
Normal file
15
.github/workflows/pr_labeler.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: "Pull Request Auto Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
sync-labels: true
|
||||
dot: true
|
Loading…
Reference in New Issue
Block a user