Skip to content

Commit f1733d4

Browse files
Apply suggestions from code review
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 56b0c27 commit f1733d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/update-tox.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Configure git
3131
run: |
3232
git config user.name 'github-actions[bot]'
33-
git config user.email 'github-actions[bot]@users.noreply.github.com'
33+
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
3434
3535
- name: Run generate-test-files.sh
3636
run: |
@@ -40,7 +40,7 @@ jobs:
4040
- name: Create branch
4141
id: create-branch
4242
run: |
43-
COMMIT_TITLE="ci: Update test matrix with new releases"
43+
COMMIT_TITLE="ci: 🤖 Update test matrix with new releases"
4444
DATE=`date +%m/%d`
4545
BRANCH_NAME="toxgen/update"
4646
@@ -72,7 +72,8 @@ jobs:
7272
- If CI doesn't pass on this PR, this points to an incompatibility of either our integration or our test setup with a new version of a framework.
7373
- Check what the failures look like and either fix them, or update the [test config](scripts/populate_tox/config.py) and rerun [scripts/generate-test-files.sh](scripts/generate-test-files.sh). See [README.md](scripts/populate_tox/README.md) for what configuration options are available.
7474
75-
This PR was automatically created using [a GitHub action](.github/workflows/update-tox.yml).`.replace(/^ {16}/gm, '')
75+
_____________________
76+
_🤖 This PR was automatically created using [a GitHub action](.github/workflows/update-tox.yml)._`.replace(/^ {16}/gm, '')
7677
7778
// Close existing toxgen PRs as they're now obsolete
7879

0 commit comments

Comments
 (0)