Skip to content

Commit

Permalink
CI: Make all PR workflow jobs required (#335)
Browse files Browse the repository at this point in the history
All current PR workflow jobs become a strict requirement (must pass) before a PR can be merged.
  • Loading branch information
snazy authored Oct 2, 2024
1 parent d9bf877 commit 99e7e69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ github:

required_linear_history: true

required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
# contexts are the names of checks that must pass
contexts:
- markdown-link-check
- build
- regtest
- site

features:
wiki: false
issues: true
Expand Down

0 comments on commit 99e7e69

Please sign in to comment.