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:
awwpotato 2025-07-30 06:17:22 -07:00 committed by GitHub
parent 9d539db980
commit 4bfd32c8f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: ([^ ]+)$"