You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yardasol
changed the title
Feature: Auto assign and remove status and prirority tags based on context
Feature: Auto assign, change and remove labels based on context
Jan 28, 2022
I've played around with the REST API a little bit trying to find a way to complete the first two items, but there doesn't see to be a good way to do them right now because there is no direct data about linked issues for PRs in the REST API.
The third third item is sufficient for our purposes anyways.
Background and motivation
Right now, most of the label assignment is manual. It would be nice to have tag assignment (and removal/modification) be semi-automatic
Description of idea
We can use github actions to do this!
Specifically, I would like to be able to have the following processes be automatic:
Change status label based on whether a feature/fix branch exists, as well as when issues are linked to PRsChange priority label based on proximity to milestone deadlineImplementation details
We can use github actions + GitHub's REST API to do this!
Useful resources:
Potential snags
We may not be able to do all of the above.
The text was updated successfully, but these errors were encountered: