Merge pull request #1292 from NotAShelf/dependabot/github_actions/korthout/backport-action-4
Some checks are pending
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run

build(deps): bump korthout/backport-action from 3 to 4
This commit is contained in:
raf 2025-12-16 06:18:11 +03:00 committed by GitHub
commit b750c9075b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }} token: ${{ steps.app-token.outputs.token }}
- name: Backport Action - name: Backport Action
uses: korthout/backport-action@v3 uses: korthout/backport-action@v4
with: with:
# Regex pattern for labels that should trigger a backport AND extracts the target branch # Regex pattern for labels that should trigger a backport AND extracts the target branch
# from the name (e.g. v0.x or v0.x.y; we use zerover). This action will ONLY proceed if # from the name (e.g. v0.x or v0.x.y; we use zerover). This action will ONLY proceed if