We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d911b commit 522283bCopy full SHA for 522283b
1 file changed
.github/workflows/merge-conflict-checker.yml
@@ -17,16 +17,14 @@
17
18
name: "PR Merge Conflict Check"
19
on:
20
- push:
21
- pull_request:
22
- types: [opened, synchronize, reopened]
+ schedule:
+ - cron: '*/10 * * * *'
+ workflow_dispatch:
23
24
-permissions: # added using https://github.com/step-security/secure-workflows
25
- contents: read
+permissions: {}
26
27
concurrency:
28
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
29
- cancel-in-progress: true
+ group: "gh-aw-${{ github.workflow }}"
30
31
jobs:
32
triage:
0 commit comments