QA Instructions Action
Version updated for https://github.com/BadIdeaFactory/qa-instructions-action to version v0.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The QA Instructions Action is a GitHub Action that automates the generation of QA testing instructions for pull requests using AI. It analyzes PR context, such as changes and file diffs, and posts or updates a structured comment with testing steps, regression risks, and other QA details. This action simplifies and accelerates the QA process by providing clear, AI-generated instructions, reducing the manual effort required for test planning.
Release notes
What’s Changed
- Set up the project by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/1
- Add test framework by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/2
- Configure dependabot by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/3
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/BadIdeaFactory/qa-instructions-action/pull/4
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/BadIdeaFactory/qa-instructions-action/pull/5
- Bump @actions/github from 6.0.1 to 9.0.0 by @dependabot[bot] in https://github.com/BadIdeaFactory/qa-instructions-action/pull/6
- Add a first draft by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/10
- Add GitHub Models support by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/12
- Ignore major node dependabot bumps by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/13
- Bump @actions/core from 1.11.1 to 3.0.0 by @dependabot[bot] in https://github.com/BadIdeaFactory/qa-instructions-action/pull/8
- Bump eslint from 9.39.3 to 10.0.0 by @dependabot[bot] in https://github.com/BadIdeaFactory/qa-instructions-action/pull/9
- Move this project to Bad Idea Factory by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/14
- Upgrade to Node 24 by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/15
- Add action branding by @slifty in https://github.com/BadIdeaFactory/qa-instructions-action/pull/16
New Contributors
- @slifty made their first contribution in https://github.com/BadIdeaFactory/qa-instructions-action/pull/1
- @dependabot[bot] made their first contribution in https://github.com/BadIdeaFactory/qa-instructions-action/pull/4
Full Changelog: https://github.com/BadIdeaFactory/qa-instructions-action/commits/v0.1.0