-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEP Workflow tracking via Github Issues #594
Comments
Proposed workflow:
|
|
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
Signed-off-by: Andrew Bayer <[email protected]>
@xchapter7x @abayer this is a great idea! created an issue to track TEP-0090 before the automation is available: #601 (based on the KEP issues template) |
@jerop Woo! Once I've got the functionality actually ready to go live, I'll update your issue to match whatever we end up landing on as the format for the auto-created/updated issue so that the bot doesn't get confused. =) |
…ssue creation Second part of implementing tektoncd/community#594 Signed-off-by: Andrew Bayer <[email protected]>
…ssue creation Second part of implementing tektoncd/community#594 Signed-off-by: Andrew Bayer <[email protected]>
@abayer |
@xchapter7x Sounds good! |
Actually, I wonder if a new project would make more sense - the workflows for TEP PRs and tracking issues wouldn't quite be the same thing. I need to dig further into the projects API/functionality... |
Agreed, the TEP PR (which is what is currently in the project linked above) is not the same as the Tracking Issue. thoughts? |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Feature request
Given A tep-notifier custom task tracking PR events on the community repo (tektoncd/plumbing#980)
When a new TEP PR is created
Then the task should automatically generate a Tracking issue in the community repo
and reference the TEP PR in the comments
and NOT hard link to the PR
and contain the TEP id in the subject
and have the tep status label applied
and have the kind/tracking-issue label applied
Use case
Problem Statement:
As a Tekton Community Member there is little visibility into which TEPs are under active development, which PRs are linked to them and any discussions around implementation or functionality.
User Scenario:
As a Tekton Community Member
I would like to be able to track the progress of a TEP through its phases of development
So that i can know what is being worked on, what is complete and generally what the state of TEPs are across the community.
The text was updated successfully, but these errors were encountered: