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 09154c6 commit 3894562Copy full SHA for 3894562
.github/workflows/require-approval.yml
@@ -29,7 +29,7 @@ jobs:
29
# Handle Pull Request events
30
31
# Check if the PR is triggered by opensearch-trigger-bot
32
- if [[ "$github_event" == "pull_request" ]] && [[ "$author" == "opensearch-trigger-bot[bot]" ]]; then
+ if [[ "$author" == "opensearch-trigger-bot[bot]" ]]; then
33
echo "PR triggered by opensearch-trigger-bot. No approval needed."
34
echo "is-require-approval=ml-commons-cicd-env" >> $GITHUB_OUTPUT
35
else
0 commit comments