mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
CI: do nothing instead of failing if trying to backport a PR
This commit is contained in:
parent
4a3f87ad43
commit
db05f79562
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
||||||
)
|
)
|
||||||
steps:
|
steps:
|
||||||
- name: send backport if the label "backport {branch}" is present
|
- name: send backport if the label "backport {branch}" is present
|
||||||
|
if: secrets.WEBSITETOKEN != ''
|
||||||
uses: https://github.com/tibdex/backport@v2
|
uses: https://github.com/tibdex/backport@v2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.WEBSITETOKEN }}
|
github_token: ${{ secrets.WEBSITETOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue