Skip to content

Commit

Permalink
Add strict back on (#3392)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Larabie <[email protected]>
  • Loading branch information
ben851 and Ben Larabie authored Jan 22, 2025
1 parent 9f4b770 commit a3760b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autopr_merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
with:
route: PUT /repos/:repository/branches/main/protection
repository: ${{ github.repository }}
required_status_checks: |
strict: true
required_linear_history: |
true
enforce_admins: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_image_tags_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
with:
route: PUT /repos/:repository/branches/main/protection
repository: ${{ github.repository }}
required_status_checks: |
strict: true
required_linear_history: |
true
enforce_admins: |
Expand Down

0 comments on commit a3760b7

Please sign in to comment.