LittleTechBookClub / LittleTechBookClub/swarm-rest-api

Automate Issue Management for Project Swarm Board

Open
#23 3 comments 0 reactions 1 assignee View on GitHub

@mariorojasac is already working on this.

Since Aug 1, 2024.

devops
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.