File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9292 echo 'EOF' >> $GITHUB_ENV
9393 env :
9494 GITHUB_TOKEN : ${{ secrets.PULUMI_BOT_TOKEN }}
95- - if : github.event_name == 'pull_request'
95+ - if : github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
9696 name : Comment on PR with Details of Schema Check
9797 uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
9898 with :
Original file line number Diff line number Diff line change 8484 echo 'EOF' >> $GITHUB_ENV
8585 env :
8686 GITHUB_TOKEN : ${{ secrets.PULUMI_BOT_TOKEN }}
87- - if : github.event_name == 'pull_request'
87+ - if : github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
8888 name : Comment on PR with Details of Schema Check
8989 uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
9090 with :
Original file line number Diff line number Diff line change 8484 echo 'EOF' >> $GITHUB_ENV
8585 env :
8686 GITHUB_TOKEN : ${{ secrets.PULUMI_BOT_TOKEN }}
87- - if : github.event_name == 'pull_request'
87+ - if : github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
8888 name : Comment on PR with Details of Schema Check
8989 uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
9090 with :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 echo 'EOF' >> $GITHUB_ENV
108108 env :
109109 GITHUB_TOKEN : ${{ secrets.PULUMI_BOT_TOKEN }}
110- - if : github.event_name == 'pull_request'
110+ - if : github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
111111 name : Comment on PR with Details of Schema Check
112112 uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
113113 with :
You can’t perform that action at this time.
0 commit comments