Skip to content

Commit

Permalink
fix(actions): Fix QA Label action to use new FBW Action (flybywiresim…
Browse files Browse the repository at this point in the history
…#8529)

Update qa-labels-for-prs.yml

Co-authored-by: potatopotato123-cr <[email protected]>
  • Loading branch information
vulpesfeggari and vulpesfeggari authored Mar 1, 2024
1 parent 15c1f40 commit 83ea285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-labels-for-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pull-requests: write # For adding labels, otherwise set to 'read'
steps:
- name: "PR QA Comments Helper"
uses: "auroraisluna/qa-labels[email protected]" # Make sure to use the latest version available!
uses: "flybywiresim/actions-qa-labels@master" # Make sure to use the latest version available!
with:
repo-owner: "${{ github.event.repository.owner.login }}"
repo-name: "${{ github.event.repository.name }}"
Expand Down

0 comments on commit 83ea285

Please sign in to comment.