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 4b1aa9a commit 49e5fb7Copy full SHA for 49e5fb7
cookiecutter/migrate.py
@@ -63,15 +63,13 @@ def create_dependabot_auto_merge_workflow() -> None:
63
runs-on: ubuntu-latest
64
steps:
65
- name: Auto-merge Dependabot PR
66
- uses: >-
67
- frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1
68
-
+ uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
69
with:
70
github-token: ${{ secrets.GITHUB_TOKEN }}
71
- dependency-type: 'all'
72
- auto-merge: 'true'
73
- merge-method: 'merge'
74
- add-label: 'tool:auto-merged'
+ dependency-type: all
+ auto-merge: true
+ merge-method: merge
+ add-label: tool:auto-merged
75
"""
76
77
workflow_file = workflow_dir / "auto-dependabot.yaml"
0 commit comments