Skip to content

feat(workflow): Automatically move linked issues to QA Ready on PR merge#61

Closed
danc094codetogether wants to merge 1 commit intodevfrom
Automate-Issue-Movement-Merged-QAReady
Closed

feat(workflow): Automatically move linked issues to QA Ready on PR merge#61
danc094codetogether wants to merge 1 commit intodevfrom
Automate-Issue-Movement-Merged-QAReady

Conversation

@danc094codetogether
Copy link
Contributor

  • Added GitHub Actions workflow to detect merged pull requests
  • Extracts issue numbers from PR descriptions and updates their status
  • Uses GitHub CLI (gh) to apply the "QA Ready" label to linked issues
  • Installs jq for JSON processing
  • Ensures issues referenced in PRs are properly transitioned in the project board

Closes CodeTogether-Inc/hq#3425

- Added GitHub Actions workflow to detect merged pull requests
- Extracts issue numbers from PR descriptions and updates their status
- Uses GitHub CLI (`gh`) to apply the "QA Ready" label to linked issues
- Installs `jq` for JSON processing
- Ensures issues referenced in PRs are properly transitioned in the project board

Closes #58
@wgalanciak
Copy link
Contributor

Change moved to different repository. Closing this PR.

@wgalanciak wgalanciak closed this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants