mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-20 17:26:56 -05:00
CI: use slashes in backport branch names and labels
This commit is contained in:
parent
db05f79562
commit
db41d2411f
2 changed files with 3 additions and 1 deletions
|
@ -28,3 +28,5 @@ jobs:
|
|||
uses: https://github.com/tibdex/backport@v2
|
||||
with:
|
||||
github_token: ${{ secrets.WEBSITETOKEN }}
|
||||
head_template: 'backport/<%= base %>/pr-<%= number %>'
|
||||
label_pattern: '^backport/(?<base>([^ ]+))$'
|
||||
|
|
|
@ -55,7 +55,7 @@ website will not be available.
|
|||
### Backports
|
||||
|
||||
If a commit is meant to be backported to a stable branch, it must be
|
||||
labelled with `backport v1.20`, `backport v1.19` etc.
|
||||
labelled with `backport/v1.20`, `backport/v1.19`, etc.
|
||||
|
||||
### Links
|
||||
|
||||
|
|
Loading…
Reference in a new issue