Skip to content

Commit 6874cf5

Browse files
nashifhenrikbrixandersen
authored andcommitted
ci: rerun issue check on PR edit
Re-run issue check when a PR is updated, i.e. when someone adds 'Fixes...` to the PR body. This is mostly for release branches and has no effect on main branch. Also, add concurrency check in the workflow. Signed-off-by: Anas Nashif <[email protected]> (cherry picked from commit 4077249)
1 parent cc23222 commit 6874cf5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/backport_issue_check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@ name: Backport Issue Check
22

33
on:
44
pull_request_target:
5+
types:
6+
- edited
7+
- opened
8+
- reopened
9+
- synchronize
510
branches:
611
- v*-branch
712

813
jobs:
914
backport:
1015
name: Backport Issue Check
16+
concurrency:
17+
group: backport-issue-check-${{ github.ref }}
18+
cancel-in-progress: true
1119
runs-on: ubuntu-22.04
1220
if: github.repository == 'zephyrproject-rtos/zephyr'
1321

scripts/ci/twister_ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
.github/workflows/stale-workflow-queue-cleanup.yml
2424
.github/workflows/greet_first_time_contributor.yml
2525
.github/workflows/issues-report-config.json
26+
.github/workflows/backport_issue_check.yml
2627
CODEOWNERS
2728
MAINTAINERS.yml
2829
LICENSE

0 commit comments

Comments
 (0)