Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,5 @@ jobs:
PR_NUMBER=$(echo "$PR_URL" | sed 's/.*\/pull\///')
echo "Created PR #$PR_NUMBER: $PR_URL"

# Auto-approve the PR
gh pr review "$PR_NUMBER" --approve --body "Auto-approving automated release PR"

# Enable auto-merge and merge the PR
gh pr merge "$PR_NUMBER" --auto --squash --delete-branch
Loading