Merge branch 'develop' into restrict-doc-access

This commit is contained in:
Shariq Ansari 2025-04-08 15:39:37 +05:30 committed by GitHub
commit bab551c511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,16 @@ pull_request_rules:
assignees:
- "{{ author }}"
- name: backport to main-hotfix
conditions:
- label="backport main-hotfix"
actions:
backport:
branches:
- main-hotfix
assignees:
- "{{ author }}"
- name: backport to main
conditions:
- label="backport main"