Skip to content

Commit

Permalink
Ansible repo - Allow actions to create PRs (#13)
Browse files Browse the repository at this point in the history
The release action creates a PR updating the changelog

Signed-off-by: Ygal Blum <[email protected]>
  • Loading branch information
ygalblum authored Jan 29, 2024
1 parent 4ab29db commit 7b37563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-bluechi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ orgs.newOrg('eclipse-bluechi') {
readers_can_create_discussions: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
actions_can_approve_pull_request_reviews: true,
},
},
secrets+: [
Expand Down Expand Up @@ -182,7 +182,7 @@ orgs.newOrg('eclipse-bluechi') {
"ansible"
],
workflows+: {
actions_can_approve_pull_request_reviews: false,
actions_can_approve_pull_request_reviews: true,
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
Expand Down

0 comments on commit 7b37563

Please sign in to comment.