Skip to content

Commit 52c65e0

Browse files
Remove self-approval step from release workflow as it's not allowed i… (#410)
Remove self-approval step from release workflow as it's not allowed in gh Co-authored-by: Pablo Garcia Miranda <pablo.garciamiranda@swisscom.com>
1 parent c3d45c5 commit 52c65e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,5 @@ jobs:
9999
PR_NUMBER=$(echo "$PR_URL" | sed 's/.*\/pull\///')
100100
echo "Created PR #$PR_NUMBER: $PR_URL"
101101
102-
# Auto-approve the PR
103-
gh pr review "$PR_NUMBER" --approve --body "Auto-approving automated release PR"
104-
105102
# Enable auto-merge and merge the PR
106103
gh pr merge "$PR_NUMBER" --auto --squash --delete-branch

0 commit comments

Comments
 (0)