flybywiresim/fbw-actions-qa-labels

A GitHub Action to help with PR QA Comments and add/remove labels accordingly to the results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 28, 2026
License
GPL 3.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: flybywiresim/actions-qa-labels@045380f188c4144bd017751793c3aaa7662537fa # 1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repo-ownerThe owner of the repo to run the action onyes
repo-nameThe name of the repo to run the action onyes
pr-numberThe PR number to run the action onyes
github-tokenGitHub access tokenyes
label-passThe label to add to the PR if the QA comment passes (optional)
label-failThe label to add to the PR if the QA comment fails (optional)
label-rttThe label to add to the PR if the QA comment is ready for testing (optional)
ready-for-review-labelThe label to add to the PR if the QA comment passes (optional)
fail-action-if-no-qacommentIf true, the action will fail if there is no QA comment found when the action is run (optional)
fail-action-if-qa-failedIf true, the action will fail if the QA testing results is marked as Not Passed (optional)

no outputs