Skip to content

Commit

Permalink
Enable branch protection (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored May 10, 2022
1 parent 42c9e02 commit f72df51
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# specific language governing permissions and limitations
# under the License.

# Documentation can be found here:
# https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=127405038

notifications:
commits: [email protected]
issues: [email protected]
Expand All @@ -28,4 +31,11 @@ github:
merge: false
rebase: false
features:
issues: true
issues: true
protected_branches:
master:
required_status_checks:
# require branches to be up-to-date before merging
strict: true
# don't require any jobs to pass
contexts: []

0 comments on commit f72df51

Please sign in to comment.