Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
working-directory: ./targetrepo
run: |
git config --local user.email "brutus@beeware.org"
git config --local user.name "Brutus (robot)"
git config --local user.name "Brutus[bot]"
- name: Replace Code of Conduct
working-directory: ./targetrepo
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
check-pr-template:
name: Check PR template
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'Brutus[bot]'
steps:
- name: Check PR body
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Configure git
run: |
git config user.email "brutus@beeware.org"
git config user.name "Brutus (robot)"
git config user.name "Brutus[bot]"

- name: Set up Python
uses: actions/setup-python@v6.2.0
Expand Down Expand Up @@ -127,8 +127,8 @@ jobs:
title: "Bump ${{ steps.pr.outputs.hook-name }} from ${{ steps.update.outputs.vers-bump-str }}"
branch: "${{ env.BRANCH_PREFIX }}/${{ steps.pr.outputs.hook-name }}"
commit-message: "Bump ${{ steps.pr.outputs.hook-name }} from ${{ steps.update.outputs.vers-bump-str }}"
committer: "Brutus (robot) <brutus@beeware.org>"
author: "Brutus (robot) <brutus@beeware.org>"
committer: "Brutus[bot] <brutus@beeware.org>"
author: "Brutus[bot] <brutus@beeware.org>"
body: "Bumps `pre-commit` hook for `${{ steps.pr.outputs.hook-name }}` from ${{ steps.update.outputs.vers-bump-str }} and ran the update against the repo."
labels: "dependencies"

Expand Down
Loading