Skip to content

Commit 6ba0e25

Browse files
authored
Update extract-classnames.yml
1 parent dd8207d commit 6ba0e25

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/extract-classnames.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21+
- name: Set up Git user for bot
22+
run: |
23+
git config --global user.name "scratchtools-bot"
24+
git config --global user.email "[email protected]"
25+
2126
- name: Set up Node.js
2227
uses: actions/setup-node@v4
2328
with:
@@ -39,10 +44,11 @@ jobs:
3944
if: steps.git-diff.outputs.changed == 'true'
4045
uses: peter-evans/create-pull-request@v6
4146
with:
47+
token: ${{ secrets.BOT_TOKEN }}
4248
commit-message: "Update class-names.json"
4349
branch: update-class-names
44-
title: "Update class names"
45-
body: "Automated update of class-names.json"
50+
title: "Update feature class names"
51+
body: "Automated update of class-names.json to keep track of class names used across all features."
4652
labels: automated
4753
assignees: rgantzos
4854
delete-branch: true

0 commit comments

Comments
 (0)