Skip to content

Commit

Permalink
Update pr_auto_merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Oct 14, 2024
1 parent 45ba65f commit adac0cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
urls=$(gh pr list --json url | jq -r '.[].url')
for url in $urls; do
echo "Merging PR: $url"
gh pr merge --auto -m "$url" -A pu.engineerg@gmail.com
#gh pr merge --auto -m "$url" -A pu.engineerg@gmail.com
gh pr review --approve "$url"
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit adac0cd

Please sign in to comment.