Skip to content
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

🛠️ [TASK] : Make github action/s which can pre populate and validate Project fields in PRs and Issues #333

Open
stevenj opened this issue Oct 17, 2024 · 0 comments · May be fixed by #334
Assignees
Labels
ci/cd CI/CD Fixes or Improvements.

Comments

@stevenj
Copy link
Collaborator

stevenj commented Oct 17, 2024

Summary

We want to make sure project fields are completed before tickets are close DONE, or PRs are merged.

Description

The following are fields which we want completed for all Tickets closed as Done, and all PRs that are merged:

image

In order to improve project tracking, it would be good to have the following automated:

  1. Auto assign PRs to the author. See: https://github.com/marketplace/actions/auto-author-assign
  2. Auto select the next milestone, when a PR or Issue is created. See: https://github.com/benelan/milestone-action
  3. If possible, default Project Fields. to sensible defaults. Priority Medium, and for a PR, set the iteration to the current one, and start date to today.
  4. Before a PR can be merged, all fields need to be filled in.
  5. Before a ticket is closed as DONE, all fields need to be filled in.

There are github actions which may help with some of this, or it may require custom actions to be written.
The aim is to streamline Ticket and PR creation and ensure all fields are reliably completed all the time.

This may require multiple actions.
The actions should be made in cat-ci, and referenced from our other repos to maintain uniformity of implementation and simplify maintenance.

@minikin minikin self-assigned this Oct 17, 2024
@minikin minikin added the ci/cd CI/CD Fixes or Improvements. label Oct 17, 2024
@minikin minikin linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd CI/CD Fixes or Improvements.
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

2 participants