Closed oharan2 closed 5 months ago
Report bugs in Issues
The following are automatically added:
.pre-commit-config.yaml
exists in the repo.Available user actions:
/wip
to the PR, To remove it from the PR comment /wip cancel
to the PR./hold
, To un-block merging of PR comment /hold cancel
./verified
to the PR, to un-verify comment /verified cancel
to the PR.
verified label removed on each new commit push./cherry-pick <target branch to cherry-pick to>
in the PR.
/cherry-pick branch1 branch2
)/build-and-push-container
in the PR (tag will be the PR number)./<label name>
, to remove, use /<label name> cancel
/assign-reviewers
/check-can-merge
/verified
/verified
/verified
Currently, if we have more then one matching rule for a failure, the code will take the first rule matched and consider the second a "duplicate" ticket.
The goal is to prioritize it with first check if there's a rule with the same name, otherwise use patterns or duplication.
Workflow example:
exact-*
is first in the list of rules andexact-step
is second.exact-step
is identified and paired with both rules.exact-*
rule) generates a bug.