Skip to content

Commit

Permalink
feat: allow BCR maintainers to modify pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Nov 27, 2023
1 parent f2184e5 commit 354ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class GitHubClient {
body,
head: `${fromRepo.owner}:${fromBranch}`,
base: toBranch,
maintainer_can_modify: false,
maintainer_can_modify: true,
});

return pull.number;
Expand Down

0 comments on commit 354ba4e

Please sign in to comment.