Skip to content

Commit 00c759b

Browse files
authored
chore: automated author
1 parent a8ea9e1 commit 00c759b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/generate-transcript.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,22 @@ jobs:
5050
git config user.email "webpack[bot]@users.noreply.github.com"
5151
git config user.name "Webpack Bot"
5252
53-
- name: Commit generated transcript (if changed)
53+
- name: Add changed files (if changed)
5454
run: |
5555
if [ -n "$(git status --porcelain)" ]; then
56-
echo "Files changed."
5756
git add --all
58-
git commit -m 'Add ${{ github.event.issue.title }} transcript'
5957
echo "TRANSCRIPT_GENERATED=true" >> $GITHUB_ENV
6058
fi
6159
62-
- name: Create Pull Request
60+
- name: Create Pull Request (if changed)
6361
if: env.TRANSCRIPT_GENERATED == 'true'
6462
uses: peter-evans/create-pull-request@v3
6563
with:
6664
base: 'main'
67-
commit-message: Add ${{ github.event.issue.title }} transcript
68-
title: Add ${{ github.event.issue.title }} transcript
65+
commit-message: 'chore: add ${{ github.event.issue.title }} transcript'
66+
title: 'chore: add ${{ github.event.issue.title }} transcript'
6967
branch: generate-meeting-transcript
7068
branch-suffix: timestamp
71-
author: Webpack Bot <webpack[bot]@users.noreply.github.com>
72-
committer: Webpack Bot <webpack[bot]@users.noreply.github.com>
7369
body: |
7470
Add ${{ github.event.issue.title }} transcript.
7571

0 commit comments

Comments
 (0)