Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
approve:
- commandHelpLink: https://go.k8s.io/bot-commands
repos:
- operator-framework/operator-controller
require_self_approval: true
lgtm:
- repos:
- operator-framework/operator-controller
review_acts_as_lgtm: true
plugins:
operator-framework/operator-controller:
plugins:
- approve
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
tide:
merge_method:
operator-framework/operator-controller: squash
queries:
- includedBranches:
- main
labels:
- approved
- lgtm
missingLabels:
- backports/unvalidated-commits
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- jira/invalid-bug
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have jira integration?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That plugin is not enabled here.
I didn't figure that we needed to ignore/omit the label, since these are "do not merge if present" label lists.

- needs-rebase
repos:
- operator-framework/operator-controller