Skip to content

Commit e77f475

Browse files
committed
Update names
1 parent 1ac41ed commit e77f475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/welcome.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
repo: context.repo.repo
2929
});
3030
console.log(result.data)
31-
const primerComments = result.data.filter(c => c.user.login == 'github-actions')
31+
const primerComments = result.data.filter(c => c.user.login == 'github-actions[bot]')
3232
if (!primerComments.length) {
3333
await github.issues.createComment({
3434
issue_number: context.issue.number,
@@ -52,7 +52,7 @@ jobs:
5252
uses: primer/comment-token-update@main
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
GITHUB_USER: github-actions
55+
GITHUB_USER: github-actions[bot]
5656
with:
5757
comment-token: 'bundle_table'
5858
script: |
@@ -67,7 +67,7 @@ jobs:
6767
uses: primer/comment-token-update@main
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
GITHUB_USER: github-actions
70+
GITHUB_USER: github-actions[bot]
7171
with:
7272
comment-token: 'diff_report'
7373
script: |

0 commit comments

Comments
 (0)