Skip to content

Commit

Permalink
updated lock_branch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 30, 2023
1 parent 69946b0 commit 70e651b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lock_branch.yaml
Expand Up @@ -50,7 +50,8 @@ env:
# XXX: Requires PAT loaded to Secrets for permission
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# XXX: API requires these fields but this is bad - could wipe out existing values
PAYLOAD: '{"required_status_checks": null, "enforce_admins": false, "required_pull_request_reviews": null, "restrictions": null, "lock_branch": true}'
PAYLOAD: '{"lock_branch": true}'
#PAYLOAD: '{"required_status_checks": null, "enforce_admins": false, "required_pull_request_reviews": null, "restrictions": null, "lock_branch": true}'

jobs:
lock_branch:
Expand Down

0 comments on commit 70e651b

Please sign in to comment.