Open
Description
Task Context
Currently, the milestone field of each pull request has to get manually set. It would be very helpful to have some form of automation that does this to save unnecessary time and effort.
Acceptance Criteria / Goals
The goal of this task is to have automation that performs the following:
- Automatically sets the milestone of an opened pull request to the same milestone of the first mentioned issue in the pull request description
- If no milestone is mentioned in the description, it should set the milestone field to
Ongoing
This automation will most likely come in the form of a new GitHub action. Some research may need to be done to determine how much of the above is possible and what needs to be done. There may be an existing action that handles this or not.
Additional Notes
Please refer to CONTRIBUTING.md for info on how to setup, build, run, and test this project.