RTECO-1646 - Add tests for BuildInfo properties and enhance MavenFlexPack functionality #570
This file contains hidden or 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: "PR Label Check" | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, labeled, unlabeled] | |
| jobs: | |
| check-labels: | |
| name: Check PR Labels | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check if PR has allowed labels | |
| uses: jfrog/.github/actions/pr-labels@main |