flybywiresim/fbw-actions-qa-labels
A GitHub Action to help with PR QA Comments and add/remove labels accordingly to the results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 28, 2026
- License
- GPL 3.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: flybywiresim/actions-qa-labels@045380f188c4144bd017751793c3aaa7662537fa # 1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-owner | The owner of the repo to run the action on | yes | — |
| repo-name | The name of the repo to run the action on | yes | — |
| pr-number | The PR number to run the action on | yes | — |
| github-token | GitHub access token | yes | — |
| label-pass | The label to add to the PR if the QA comment passes (optional) | — | — |
| label-fail | The label to add to the PR if the QA comment fails (optional) | — | — |
| label-rtt | The label to add to the PR if the QA comment is ready for testing (optional) | — | — |
| ready-for-review-label | The label to add to the PR if the QA comment passes (optional) | — | — |
| fail-action-if-no-qacomment | If true, the action will fail if there is no QA comment found when the action is run (optional) | — | — |
| fail-action-if-qa-failed | If true, the action will fail if the QA testing results is marked as Not Passed (optional) | — | — |
Outputs
no outputs