File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install Poetry
20
20
run : pip install poetry
21
21
22
- - name : Create or Checkout Branch
23
- run : |
24
- git fetch origin
25
- if git rev-parse --verify origin/dependabot/update-dependencies; then
26
- git checkout dependabot/update-dependencies
27
- git pull origin dependabot/update-dependencies
28
- else
29
- git checkout -b dependabot/update-dependencies
30
- fi
31
-
32
22
- name : Update dependencies
33
23
run : |
34
24
poetry install
51
41
token : ${{ secrets.GITHUB_TOKEN }}
52
42
branch : dependabot/update-dependencies
53
43
title : " Update dependencies"
54
- body : " This is an automated pull request to update dependencies."
44
+ body : " This is an automated pull request to update dependencies."
45
+ delete-branch : true
46
+
47
+ # - name: Auto-merge Pull Request
48
+ # uses: pascalgn/[email protected]
49
+ # with:
50
+ # token: ${{ secrets.GITHUB_TOKEN }}
51
+ # merge-method: squash
52
+ # env:
53
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments