Skip to content

Commit

Permalink
updating the approval requirement (#3148)
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <[email protected]>
(cherry picked from commit c195fd6)
  • Loading branch information
dhrubo-os authored and github-actions[bot] committed Oct 23, 2024
1 parent 09154c6 commit e30aa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/require-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Handle Pull Request events
# Check if the PR is triggered by opensearch-trigger-bot
if [[ "$github_event" == "pull_request" ]] && [[ "$author" == "opensearch-trigger-bot[bot]" ]]; then
if [[ "$author" == "opensearch-trigger-bot[bot]" ]]; then
echo "PR triggered by opensearch-trigger-bot. No approval needed."
echo "is-require-approval=ml-commons-cicd-env" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit e30aa07

Please sign in to comment.