diff --git a/.asf.yaml b/.asf.yaml index 9f09a9f..81c8c0e 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,17 +16,30 @@ # github: - description: The Nginx Lua agent for Apache SkyWalking - homepage: https://skywalking.apache.org/ - labels: - - skywalking - - observability - - apm - - distributed-tracing - - nginx - - lua - - dapper - enabled_merge_buttons: - squash: true - merge: false - rebase: false + description: The Nginx Lua agent for Apache SkyWalking + homepage: https://skywalking.apache.org/ + labels: + - skywalking + - observability + - apm + - distributed-tracing + - nginx + - lua + - dapper + enabled_merge_buttons: + squash: true + merge: false + rebase: false + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true