-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Automate Issues #1112
Labels
Difficulty: hard 🌵
Things are getting spiky !
General Management
Clean up or other management tasks.
Comments
cosmiccoincidence
added
Feature
A new system or other feature.
Difficulty: hard 🌵
Things are getting spiky !
General Management
Clean up or other management tasks.
labels
Mar 14, 2023
cosmiccoincidence
added this to the 0.0.7 - Testing, fixing, harmonizing, documenting milestone
Mar 14, 2023
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as duplicate.
This comment was marked as duplicate.
So it turns out that github introduced a new kind of "project", the old ones are called "classic projects", and most actions on the github marketplace don't work with those one. One of the very few working is very poor in features. If you know of an action that could perform those tasks above or even a subset of it, we'll take it. |
stilnat
removed this from the 0.0.7 - Testing, fixing, harmonizing, documenting milestone
Mar 19, 2023
Merged
1 task
This was referenced Apr 15, 2023
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Difficulty: hard 🌵
Things are getting spiky !
General Management
Clean up or other management tasks.
Summary
Automate the GH Project boards and other things using workflows/actions.
The goal here is to automate most of the process for adding tasks to the GitHub Projects boards. The logic should follow something like:
Milestones
When a GItHub Milestone is created:
When a GitHub Milestone has its name changed:
When a GitHub Milestone closes:
Issues
When a GitHub Milestone is added to an open issue:
When a PR links to close an open issue:
When an issue is closed:
Pull Requests
When a GitHub Milestone is added to an open PR (develop repo):
When a contributor updates the title of a PR (develop repo):
When a PR is merged (develop repo) (this should already happen by default):
When a PR is closed (develop repo):
Labels
When the "Blocked" label is added to an issue/PR:
When the "Blocked" label is removed from an issue/PR:
Assigning
When a PR links to close an open issue:
When a contributor says "assign me" (not case-sensitive) in a comment on an issue:
When a contributor says "unassign me" (not case-sensitive) in a comment on an issue:
When an open issue has been assigned for 2 months (and still open):unassign the contributor from the issueThe text was updated successfully, but these errors were encountered: