Skip to content

Commit

Permalink
Update names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed May 5, 2021
1 parent 1ac41ed commit e77f475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
repo: context.repo.repo
});
console.log(result.data)
const primerComments = result.data.filter(c => c.user.login == 'github-actions')
const primerComments = result.data.filter(c => c.user.login == 'github-actions[bot]')
if (!primerComments.length) {
await github.issues.createComment({
issue_number: context.issue.number,
Expand All @@ -52,7 +52,7 @@ jobs:
uses: primer/comment-token-update@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USER: github-actions
GITHUB_USER: github-actions[bot]
with:
comment-token: 'bundle_table'
script: |
Expand All @@ -67,7 +67,7 @@ jobs:
uses: primer/comment-token-update@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USER: github-actions
GITHUB_USER: github-actions[bot]
with:
comment-token: 'diff_report'
script: |
Expand Down

0 comments on commit e77f475

Please sign in to comment.