LittleTechBookClub / LittleTechBookClub/swarm-rest-api
Automate Issue Management for Project Swarm Board
@mariorojasac is already working on this.
Since Aug 1, 2024.
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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:**
1. Issues are automatically added to the "To Do" column upon creation.
2. Issues move to the "In Progress" column when assigned to a user.
3. Issues move to the "Done" column when closed.
4. The workflow uses GitHub Actions to automate these transitions.
5. The setup is documented and tested to ensure it functions correctly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.