ci: backport: fix "has: port to stable" condition (#1795)
Fixes:82a1f36f80("ci: fix 'has: port to stable' labeling (#1621)") Fixes:c0398ebaa4("ci: add 'has: port to stable' label for backports (#1367)") Link: https://github.com/nix-community/stylix/pull/1795 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
9d539db980
commit
4bfd32c8f9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/backport.yml
vendored
1
.github/workflows/backport.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
token: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
- uses: korthout/backport-action@v3.2.1
|
||||
id: backport
|
||||
with:
|
||||
github_token: ${{ steps.app-token.outputs.token }}
|
||||
label_pattern: "^backport: ([^ ]+)$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue