mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 12:23:02 +00:00
Merge pull request #11250 from opensourcerouting/feature/add_label_automatically_to_show_base_branch
github: Add base branch label to every PR to distinguish easily
This commit is contained in:
commit
be4077b301
17
.github/workflows/base-branch-label.yml
vendored
Normal file
17
.github/workflows/base-branch-label.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Add base branch label
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
label:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions-ecosystem/action-add-labels@v1
|
||||||
|
with:
|
||||||
|
labels: |
|
||||||
|
${{ github.event.pull_request.base.ref }}
|
Loading…
Reference in New Issue
Block a user