We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4441a commit afadddbCopy full SHA for afadddb
.github/workflows/dependabot_automerge.yml
@@ -1,5 +1,8 @@
1
name: Dependabot auto-merge
2
-on: pull_request
+on:
3
+ pull_request:
4
+ branches:
5
+ - 'dev' # only into dev
6
7
permissions:
8
contents: write
@@ -14,7 +17,7 @@ jobs:
14
17
id: metadata
15
18
uses: dependabot/fetch-metadata@v2
16
19
with:
- github-token: "${{ secrets.GITHUB_TOKEN }}"
20
+ github-token: '${{ secrets.GITHUB_TOKEN }}'
21
- name: Enable auto-merge for Dependabot PRs
22
# patch only
23
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
0 commit comments