We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872095c commit 7039b10Copy full SHA for 7039b10
.github/workflows/builder.yaml
@@ -22,7 +22,7 @@ jobs:
22
needs: check_for_membership
23
steps:
24
- name: Detect untrusted community PR
25
- if: ${{ needs.check_for_membership.outputs.check-result == 'false' }}
+ if: ${{ needs.check_for_membership.outputs.check-result == 'false' && github.actor != 'dependabot[bot]' }}
26
run: |
27
echo "::error::ERROR: Untrusted external PR. Must be reviewed and executed by Hazelcast" 1>&2;
28
exit 1
0 commit comments