0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

🤖 ci: add auto pull request labeling github action (#233)

This commit is contained in:
neon_arch 2023-09-14 20:21:45 +03:00
parent 658505cea1
commit 360f415ca0

15
.github/workflows/pr_labeler.yml vendored Normal file
View 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