-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add issue/project connections and automation #23
Labels
Pending Release Assignment
A Project Maintainer must add this to the Roadmap by assigning a Release Milestone.
Type: Operations
A task to update dependencies or operational capabilities of the Project.
Milestone
Comments
51 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Pending Release Assignment
A Project Maintainer must add this to the Roadmap by assigning a Release Milestone.
Type: Operations
A task to update dependencies or operational capabilities of the Project.
The following logic items should be implemented:
Issue created
Needs Triage
labelRequest: ...
labelIssue has a user assigned
Help Wanted
labelNeeds Triage
label still existsNo Status
,Done
, orParking Lot
statusesApproved for Development
project status, move it toIn Progress
Issue has a user unassigned
(All steps below are triggered only if there are no more assignees on the Issue)
Help Wanted
labelIn Progress
project status, revert toApproved for Development
and add a notice to the IssueCode Review
project status, revert to theApproved for Development
and add a notice to both the Issue and the Pull RequestPending Deployment
,User Acceptance Testing
, orDone
Issue has a milestone assigned
Needs Release Assignment
labelNo Status
orParking Lot
statuses, add a warningIssue has a milestone unassigned
Needs Release Assignment
labelIn Progress
,Code Review
,Pending Deployment
,User Acceptance Testing, or
Done` statuses, add a warningBranch is created in ref format
***/####/***
####
is in statusApproved for Development
move toIn Progress
####
is in statusNo Status
orParking Lot
add warning about working on unapproved effort####
is in statusIn Progress
,Code Review
,Pending Deployment
, orUser Acceptance Testing
add warning about duplicative effort####
is in statusDone
add warning about working on completed effortBranch in deleted in ref format
***/####/***
####
is statusIn Progress
orCode Review
, move Issue to statusApproved for Development
and add a warning to the IssueMake sure that auto-branch deletion happens before this logic is performed or
Code Review
warnings will occur when PRs are acceptedPull Request is created
(closes #...)
and move Issues to statusCode Review
(closes #...)
message is found, add a warning to the Pull Request that multiple Issues are attached(closes #...)
messages are found in the Branch, add a warning to the Pull Request that no Issues are attachedPull Request is updated
(closes #...)
and move Issues to statusCode Review
(closes #...)
were removed from prior commit messages and revert those Issues toIn Progress
(closes #...)
message is now found, add a warning to the Pull Request that multiple Issues are attached(closes #...)
messages are now found in the Branch, add a warning to the Pull Request that no Issues are attachedPull Request is accepted
See various branch
merge
tasks, below.Pull Request is canceled
(closes #...)
and move Issues to statusIn Progress
with warningIn Progress
main
branch is updated via merge(closes #...)
and move Issues to statusPending Deployment
main
branch is updated via force push or rolled backmain
and newmain
and update Issues accordingly(closes #...)
that...In Progress
and add labelNeeds Triage
User Acceptance Testing
orDone
move toPending Deployment
with a warningUser Acceptance Testing
orDone
add a warning about amain
rollback on a furthered statusstaging
branch is updated via merge(closes #...)
and move Issues to statusUser Acceptance Testing
staging
branch is updated via force push or rolled backstaging
and newstaging
and update Issues accordingly(closes #...)
that...In Progress
and add labelNeeds Triage
Done
move toUser Acceptance Testing
with a warningDone
add a warning about astaging
rollback on a furthered statusproduction
branch is updated via merge(closes #...)
and move Issues to statusDone
production
branch is updated via force push or rolled backproduction
and newproduction
and update Issues accordingly(closes #...)
that...In Progress
and add labelNeeds Triage
Done
with a warningThe text was updated successfully, but these errors were encountered: