chore: pin sonar workflow #111
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Label PR | |
on: | |
pull_request: | |
# Run on all PRs whenever they are opened | |
types: | |
- opened | |
- reopened | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
# This labelling can be cancelled if there is a newer run | |
cancel-in-progress: true | |
jobs: | |
pr-labeler: | |
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected] |