Skip to content

Commit

Permalink
chore: add auto-approve label when creating PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Sep 27, 2023
1 parent 4ab83ef commit 0372bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/lib/create-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = async ({
owner,
repo,
issue_number: data.number,
labels: ["automerge"],
labels: ["automerge", "auto-approve"],
});

if (mergePullRequest) {
Expand Down

0 comments on commit 0372bb0

Please sign in to comment.