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 c67f25e commit 45ba65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
Expand All @@ -15,7 +15,7 @@ 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"
gh pr merge --auto -m "$url" -A [email protected]
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 45ba65f

Please sign in to comment.