Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Merge e83b16c into 27778c2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmesser committed May 11, 2021
2 parents 27778c2 + e83b16c commit 3145728
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/operator-fast-deploy.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/self-merge-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Publish Operator updates self-sufficiently

Updating a published Operator is done by merging PR in to the main branch [community-operators](https://github.com/operator-framework/community-operators/pulls).

By default only [community-operators](https://github.com/operator-framework/community-operators) maintainers can merge PRs to main branch. They will do so if all validation and deployment tests done as part of the automatic checks running on every PR are successful.

If you want to speed up the process of publishing an update, it is possible to have your PRs automatically merge without reviews by the maintainers. The following criteria needs to be met:

- All GitHub checks are succesful
- If you are updating an already published Operator, only minor (cosmetic) changes are done ([more info](./operator-version-strategy))
- You are part of the `reviewer` group for the Operator in question ([more info](./operator-ci-yaml.md#reviewers))

If those criteria are fulfilled a label called `authorized_changes` will be set on the PR which causes the PR to be automatically merged.

# How do I set up reviewers?

Learn more [here](./operator-ci-yaml.md#reviewers). Remember that modifications to `ci.yaml` need to be reviewed by current reviewers or the maintainers (if no reviewers exist).

0 comments on commit 3145728

Please sign in to comment.