Conversation
Updated the default image repositories from openshift-pipelines to tektoncd in the release generation script and the second controller development tool to reflect the official project location. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
Added a comment to the TestGiteaCancelRun function to clarify the intended behavior of canceling pipeline runs via Gitea comments.
🔍 PR Lint Feedback
|
Deleted the issue-create and jira PipelineRun definitions as they are no longer required.
theakshaypant
left a comment
There was a problem hiding this comment.
Should we also link the tekton guidelines like such
|
/retest |
|
@theakshaypant i don't think so right now... as there is a bunch of prow specific stuff there... |
|
will merge it to test release yaml gen |
|
ah damn the commit which has the go changes wsan't the last one so it didnt match and didn't stt the prun 🤦🏻 |
📝 Description of the Change
Multiple commits to move to tektoncd, with one little go change comment to make it easy to test it.
👨🏻 Linked Jira
🔗 Linked GitHub Issue
Fixes #
🧪 Testing Strategy
🤖 AI Assistance
If you have used AI assistance, please provide the following details:
Which LLM was used?
Extent of AI Assistance:
Important
If the majority of the code in this PR was generated by an AI, please add a
Co-authored-bytrailer to your commit message.For example:
Co-authored-by: Gemini gemini@google.com
Co-authored-by: ChatGPT noreply@chatgpt.com
Co-authored-by: Claude noreply@anthropic.com
Co-authored-by: Cursor noreply@cursor.com
Co-authored-by: Copilot Copilot@users.noreply.github.com
**💡You can use the script
./hack/add-llm-coauthor.shto automatically addthese co-author trailers to your commits.
✅ Submitter Checklist
fix:,feat:) matches the "Type of Change" I selected above.make testandmake lintlocally to check for and fix anyissues. For an efficient workflow, I have considered installing
pre-commit and running
pre-commit installtoautomate these checks.