mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
GitHub: add branch label action
This commit is contained in:
parent
d7e4fbece7
commit
5f35b33543
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