We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2536e6a commit 52c02dfCopy full SHA for 52c02df
1 file changed
.github/workflows/dependabotMerge.yml
@@ -1,13 +1,9 @@
1
name: Merge pull request created by Dependabot
2
3
on:
4
- push:
5
- branches:
6
- - main
7
pull_request:
8
branches:
9
- main
10
- workflow_dispatch:
11
12
jobs:
13
mergePullRequestByDependabot:
@@ -16,7 +12,6 @@ jobs:
16
permissions:
17
contents: write
18
14
pull-requests: write
19
-
20
15
steps:
21
- name: Comment to merge Dependabot PR
22
uses: actions/github-script@v8
0 commit comments