Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
notifications:
commits: commits@age.apache.org
pullrequests: commits@age.apache.org
commits: commits@age.apache.org
pullrequests: commits@age.apache.org

github:
description: "Graph database optimized for fast analysis and real-time data processing.
It is provided as an extension to PostgreSQL."
description: "Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL."
homepage: https://age.apache.org
labels:
- postgresql
Expand All @@ -21,6 +20,19 @@ github:
discussions: true

enabled_merge_buttons:
squash: true
merge: false
rebase: true
squash: true
merge: false
rebase: true
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true
Loading