We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db63db4 commit b87ff47Copy full SHA for b87ff47
.github/workflows/label-merge-conflicts.yml
@@ -1,14 +1,11 @@
1
2
name: Label merge conflicts
3
4
-# Controls when the action will run. Triggers the workflow on push or pull request
5
-# events but only for the develop branch
6
-on:
7
- push:
8
- branches: [ develop ]
9
- pull_request:
10
11
- types: [opened, synchronize, reopened]
+# Controls when the action will run. Triggers the workflow on push to repo
+# branches.
+# (It shouldn't run on pull requests, as it won't have the right credentials
+# to edit labels on other PRs.)
+on: push
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
0 commit comments