This pull request introduces two new GitHub Actions workflows to automate the movement of issues in a project board based on their status changes. The workflows handle moving issues to a "Done" status when closed and to an "In progress" status when reopened.
Change description
This pull request introduces two new GitHub Actions workflows to automate the movement of issues in a project board based on their status changes. The workflows handle moving issues to a "Done" status when closed and to an "In progress" status when reopened.
New Workflows:
.github/workflows/issue-is-closed.yml
: Adds a workflow to move issues to the "✅ Done" status when they are closed..github/workflows/issue-is-reopened.yml
: Adds a workflow to move issues to the "🏗 In progress" status when they are reopened.