Skip to content

Commit

Permalink
ci: change auto-upgrade commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 2, 2021
1 parent a7caab1 commit 000ad45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/requirements-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: "ci: upgrade developer dependencies"
commit-message: "ci: upgrade pinned requirements (automatic)"
committer: GitHub <noreply@github.com>
author: GitHub <noreply@github.com>
title: "ci: upgrade developer dependencies"
title: "ci: upgrade pinned requirements"
labels: |
🖱️ DX
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
git checkout -b ${GITHUB_HEAD_REF}
if [[ $(git status -s) ]]; then
git add -A
git commit -m "ci: upgrade developer dependencies (automatic)"
git commit -m "ci: upgrade pinned requirements (automatic)"
git config pull.rebase true
git pull origin ${GITHUB_HEAD_REF}
git push origin HEAD:${GITHUB_HEAD_REF}
Expand Down

0 comments on commit 000ad45

Please sign in to comment.