mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
ci: don't try to label backport PR if it was not created
This commit is contained in:
parent
54dfee8f0a
commit
d26943a6e1
3
.github/workflows/backport.yml
vendored
3
.github/workflows/backport.yml
vendored
@ -24,7 +24,8 @@ jobs:
|
||||
"detect_merge_method": true
|
||||
}
|
||||
|
||||
- uses: actions/github-script@v7
|
||||
- if: ${{steps.backport.outputs.was_successful == 'true'}}
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.addLabels({
|
||||
|
Loading…
Reference in New Issue
Block a user