Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 1, 2024
1 parent 0bad2af commit 00e34d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-prs-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
set -euo pipefail
if gh pr checks ${{ matrix.pr.number }} --required; then
echo "\n\nAll required checks passed. Approving and merging."
echo "All required checks passed. Approving and merging."
gh pr review ${{ matrix.pr.number }} --approve --comment "LGTM :thumbsup:"
gh pr merge ${{ matrix.pr.number }} --auto --squash --delete-branch
exit 0
fi
echo "\n\nSome required checks failed."
echo "Some required checks failed."
echo "Ensuring required labels..."
gh pr edit ${{ matrix.pr.number }} --add-label "type::security"
Expand Down

0 comments on commit 00e34d8

Please sign in to comment.