Skip to content

Commit 3bb8ae6

Browse files
committed
Revert "github/actions: Approve PR before merge"
This reverts commit e35aa02. Approval by oneself is not allowed. Signed-off-by: Jianxin Xiong <[email protected]>
1 parent e7c2acb commit 3bb8ae6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/gh-man.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ done
7979

8080
status=0
8181
if test $i -lt $i_max; then
82-
# approve the PR
83-
gh pr review $pr_num --approve
84-
8582
# rebase the commit onto the base branch
8683
gh pr merge $pr_num -r
8784

.github/workflows/nroff-elves.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ done
9292

9393
status=0
9494
if test $i -lt $i_max; then
95-
# approve the PR
96-
gh pr review $pr_num --approve
97-
9895
# rebase the commit onto the base branch
9996
gh pr merge $pr_num -r
10097

0 commit comments

Comments
 (0)