Skip to content

Commit

Permalink
Revert "github/actions: Approve PR before merge"
Browse files Browse the repository at this point in the history
This reverts commit e35aa02.

Approval by oneself is not allowed.

Signed-off-by: Jianxin Xiong <[email protected]>
  • Loading branch information
j-xiong committed Jan 31, 2025
1 parent e7c2acb commit 3bb8ae6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gh-man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ done

status=0
if test $i -lt $i_max; then
# approve the PR
gh pr review $pr_num --approve

# rebase the commit onto the base branch
gh pr merge $pr_num -r

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nroff-elves.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ done

status=0
if test $i -lt $i_max; then
# approve the PR
gh pr review $pr_num --approve

# rebase the commit onto the base branch
gh pr merge $pr_num -r

Expand Down

0 comments on commit 3bb8ae6

Please sign in to comment.