We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 798c328 + 635bf9d commit fa3b5ccCopy full SHA for fa3b5cc
.github/workflows/update-browserslist-db.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Create Pull Request
27
id: cpr
28
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
29
with:
30
token: ${{ secrets.requirements_bot_github_token }}
31
commit-message: 'chore: update browserslist DB'
.github/workflows/upgrade-python-requirements.yml
@@ -135,7 +135,7 @@ jobs:
135
- name: create pull request (fork-friendly)
136
if: ${{ env.is_fork == 'true' }}
137
id: createpullrequest_fork
138
139
140
branch: "upgrade-python-requirements"
141
branch-suffix: short-commit-hash
0 commit comments