Skip to content

Commit 522283b

Browse files
authored
Refactor merge conflict checker workflow (#13183)
1 parent 94d911b commit 522283b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/merge-conflict-checker.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@
1717

1818
name: "PR Merge Conflict Check"
1919
on:
20-
push:
21-
pull_request:
22-
types: [opened, synchronize, reopened]
20+
schedule:
21+
- cron: '*/10 * * * *'
22+
workflow_dispatch:
2323

24-
permissions: # added using https://github.com/step-security/secure-workflows
25-
contents: read
24+
permissions: {}
2625

2726
concurrency:
28-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
29-
cancel-in-progress: true
27+
group: "gh-aw-${{ github.workflow }}"
3028

3129
jobs:
3230
triage:

0 commit comments

Comments
 (0)