re-run workflow at PR edits (#1538)

Signed-off-by: Teju Gangisetty <tgangise@redhat.com>
Co-authored-by: Darshan Jain <darjain@redhat.com>
This commit is contained in:
Teju Gangisetty
2026-08-06 17:20:18 +05:30
committed by GitHub
co-authored by Darshan Jain
parent 44e0444b0d
commit 502cf958e6
@@ -2,12 +2,12 @@ name: Linked Issue to PR Management
on:
pull_request_target:
types: [opened, reopened]
types: [opened, reopened, edited]
issues:
types: [opened, labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}
cancel-in-progress: true
jobs: