Skip to content
Open
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
7 changes: 7 additions & 0 deletions core-services/prow/02_config/_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,13 @@ repos:
name: run-integration-tests
target: prs
addedBy: label
rh-ecosystem-edge/recert:
labels:
- color: 0ffa16
description: Allows Tide to automatically merge PRs from trusted authors
name: allow-automatic-merge
target: prs
addedBy: label
ViaQ/vector:
labels:
- color: ffaa00
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ branch-protection:
protect: true
tide:
queries:
- author: red-hat-konflux[bot]
labels:
- allow-automatic-merge
missingLabels:
- backports/unvalidated-commits
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- jira/invalid-bug
- needs-rebase
repos:
- rh-ecosystem-edge/recert
- labels:
- approved
- lgtm
Expand Down