Build, Test, and Push CFDM Docker Image / test (push) Failing after 1m51s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been skipped
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been skipped
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped
17 lines
448 B
Markdown
17 lines
448 B
Markdown
# Branch protection (configure in Gitea UI)
|
|
|
|
Apply these rules to **main** and **develop**:
|
|
|
|
- [ ] Require pull request before merging
|
|
- [ ] Required approvals: 1
|
|
- [ ] Require status checks: `test`
|
|
- [ ] Require branches to be up to date before merging
|
|
- [ ] Include administrators
|
|
- [ ] Prevent force push
|
|
- [ ] Prevent deletion
|
|
|
|
Repository secrets required for CI:
|
|
|
|
- `PACKAGE_TOKEN` — registry push
|
|
- `GITEA_TOKEN` — releases and wiki sync
|