ZD-6208926 Custom Branding for Surrey County Council #247
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
| name: Check for unmerged release PR | |
| on: | |
| pull_request: | |
| permissions: | |
| pull-requests: read | |
| jobs: | |
| check_merge: | |
| uses: alphagov/pay-ci/.github/workflows/_prevent-merge-if-automated-release-open.yml@master | |
| secrets: inherit # pragma: allowlist secret |