mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
GitHub: add branch label action
(cherry picked from commit 5f35b3354369dd8cf610d15bdb3554fdc8bdb866)
This commit is contained in:
parent
a6043c57ae
commit
cf392690d3
20
.github/workflows/pull-request-labels.yml
vendored
Normal file
20
.github/workflows/pull-request-labels.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Add pull request labels
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- current
|
||||
- crux
|
||||
- equuleus
|
||||
- sagitta
|
||||
|
||||
jobs:
|
||||
add-pr-label:
|
||||
name: Add PR Labels
|
||||
runs-on: ubuntu-20.04
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/labeler@v5.0.0-alpha.1
|
||||
Loading…
x
Reference in New Issue
Block a user