GitHub Action — issue status on merge
CI automation: the linked issue's GitHub Project status flips automatically when its PR merges.
GitHub Actions
CI/CD
YAML
GitHub Actions workflow automatically syncing issue status in the GitHub Project based on merges. Three rules: a PR merged to develop moves linked issues to 'Sprint Merged'; the develop → master release PR walks back the feature PRs and flips their issues to 'on prod' then closes them; a hotfix merged straight to master is handled the same way. Keeps progress tracking reliable with no manual updates.