PB-2241: Added labels for v3 of BABS civil signatures #9052
Workflow file for this run
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
| --- | |
| # WARNING this file is managed by terraform and cannot be edited manually, see | |
| # tf/github/geoadmin/modules/github-workflows-semver/main.tf | |
| name: on-pr | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| - edited | |
| - labeled | |
| - unlabeled | |
| jobs: | |
| semver: | |
| uses: geoadmin/.github/.github/workflows/pr-auto-semver.yml@master |