feat: add retest workflow using plumbing reusable workflow#1929
Open
vdemeester wants to merge 1 commit intotektoncd:mainfrom
Open
feat: add retest workflow using plumbing reusable workflow#1929vdemeester wants to merge 1 commit intotektoncd:mainfrom
vdemeester wants to merge 1 commit intotektoncd:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
7 tasks
This adds the chatops_retest.yaml workflow to enable the /retest command for retrying failed GitHub Actions checks on pull requests. The workflow uses the centralized reusable workflow from: tektoncd/plumbing/.github/workflows/_chatops_retest.yml This also adds the slash.yml workflow for slash command routing. /kind misc 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
bbc15e9 to
e8df305
Compare
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This adds the
chatops_retest.yamlworkflow to enable the/retestcommand for retrying failed GitHub Actions checks on pull requests.The workflow uses the centralized reusable workflow from:
tektoncd/plumbing/.github/workflows/_chatops_retest.yml@c9d6729a374829a3486b3b4a3c7c67d8b0926f04This also adds the
slash.ymlworkflow for slash command routing, using:tektoncd/plumbing/.github/workflows/_slash.yml@48c53b4e7f1e0bb206575b80eb9fcf07b5854907Related to tektoncd/plumbing#3005
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes