Skip to content

Commit 81245e4

Browse files
authored
Merge branch 'main' into refactor-github-actions
2 parents 6c3e120 + 522283b commit 81245e4

2 files changed

Lines changed: 1239 additions & 27 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)