mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
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:
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:
|
||||
|
||||
Reference in New Issue
Block a user