File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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,
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments