-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
devopsanything devopsanything devops
Description
We need to automate the workflow of managing issues on our GitHub project board. Specifically, when issues are created, they should be added to the "To Do" column. When an issue is assigned, it should move to the "In Progress" column. Finally, when an issue is closed, it should move to the "Done" column.
Acceptance Criteria:
- Issues are automatically added to the "To Do" column upon creation.
- Issues move to the "In Progress" column when assigned to a user.
- Issues move to the "Done" column when closed.
- The workflow uses GitHub Actions to automate these transitions.
- The setup is documented and tested to ensure it functions correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
devopsanything devopsanything devops