Skip to content

Automate Issue Management for Project Swarm Board #23

@mariorecinos

Description

@mariorecinos

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.

Metadata

Metadata

Assignees

Labels

devopsanything devops

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions