Skip to content

Commit ca80da4

Browse files
Set up default protection ruleset for default and release branches
1 parent 4940d71 commit ca80da4

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

.asf.yaml

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,36 @@ github:
1818
description: Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
1919
homepage: baremaps.apache.org
2020
labels:
21-
- java
22-
- vector-tiles
23-
- openstreetmap
24-
- postgresql
25-
- postgis
26-
- mapbox
27-
- spatial-data
21+
- java
22+
- vector-tiles
23+
- openstreetmap
24+
- postgresql
25+
- postgis
26+
- mapbox
27+
- spatial-data
2828
- web-mapping
2929
enabled_merge_buttons:
3030
squash: true
3131
merge: false
3232
rebase: false
3333
ghp_branch: gh-pages
3434
ghp_path: /
35-
protected_branches: ~
36-
35+
protected_branches:
36+
37+
rulesets:
38+
- name: "Default Branch Protection"
39+
type: branch
40+
branches:
41+
includes:
42+
- "~DEFAULT_BRANCH"
43+
- "release/*"
44+
- "rel/*"
45+
excludes: []
46+
bypass_teams:
47+
- root
48+
restrict_deletion: true
49+
restrict_force_push: true
3750
notifications:
38-
commits: commits@baremaps.apache.org
39-
issues: commits@baremaps.apache.org
51+
commits: commits@baremaps.apache.org
52+
issues: commits@baremaps.apache.org
4053
pullrequests: commits@baremaps.apache.org

0 commit comments

Comments
 (0)