Skip to content

Commit

Permalink
Add 'CI' workflow as precondition before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Berndt committed May 22, 2024
1 parent 0cb53e2 commit 3fa9d07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ github:
main:
required_status_checks:
strict: true
# contexts are the names of checks that must pass.
contexts:
- CI
required_pull_request_reviews:
# Set to true if you want to automatically dismiss approving reviews when someone pushes a new commit.
dismiss_stale_reviews: false
Expand Down

0 comments on commit 3fa9d07

Please sign in to comment.