Skip to content

Commit

Permalink
Don't allow actions to update PR
Browse files Browse the repository at this point in the history
Similar to #78, the default should be to _not_ allow actions to update
pull requests.
  • Loading branch information
ethomson committed Apr 5, 2024
1 parent c594183 commit 0509d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/github/stacklok-profile-remediate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repository:
- type: default_workflow_permissions
def:
default_workflow_permissions: read
can_approve_pull_request_reviews: true
can_approve_pull_request_reviews: false
- type: dockerfile_no_latest_tag
def: {}
- type: branch_protection_enabled
Expand Down

0 comments on commit 0509d1c

Please sign in to comment.