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 @@ -50,19 +50,19 @@ jobs:
5050 member-name : ${{ github.actor }}
5151 token : ${{ secrets.GH_TOKEN }}
5252
53- # ensure we are an Hazelcast organization member OR manually running
53+ # ensure PR is trusted
5454 ensure-membership :
5555 name : Ensure Membership
5656 runs-on : ubuntu-latest
5757 needs : test-membership
5858 strategy :
5959 fail-fast : false
6060
61- if : needs.test-membership.outputs.is-hazelcast == 'true' || github.event_name == 'workflow_dispatch'
61+ if : ${{ needs.test-membership.outputs.is-hazelcast == 'true' || github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]' }}
6262 steps :
6363 - name : Report
6464 shell : bash
65- run : echo "User ${{ github.actor }} is a member of the Hazelcast organization "
65+ run : echo "User ${{ github.actor }} is trusted for PR execution "
6666
6767
6868 # get
You can’t perform that action at this time.
0 commit comments