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
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>red-hat-data-services/konflux-central//renovate/pipelines-renovate.json5"
]
}
2 changes: 0 additions & 2 deletions .tekton/odh-ai-gateway-payload-processing-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ metadata:
build.appstudio.redhat.com/pull_request_number: "{{pull_request_number}}"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-comment: "^/build-konflux odh-ai-gateway-payload-processing"
pipelinesascode.tekton.dev/on-target-branch: "[{{target_branch}}]"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

why are we removing these annotations?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

oh, i see the commit message. @wznoinsk can you restore/set the annotations to somthing like this -

    pipelinesascode.tekton.dev/on-comment: "^/build-konflux odh-ai-gateway-payload-processing"
    pipelinesascode.tekton.dev/on-label: "[kfbuild-all, kfbuild-ai-gateway-payload-processing]"
    pipelinesascode.tekton.dev/on-target-branch: "[{{target_branch}}]"
    pipelinesascode.tekton.dev/on-event: "[pull_request]"

this would allow devs to set a label on certain PRs that they want to have pr runs on any new commits to that PR

pipelinesascode.tekton.dev/on-event: "[pull_request]"
pipelinesascode.tekton.dev/cancel-in-progress: "true"
labels:
appstudio.openshift.io/application: automation
Expand Down