ID-4867: Trust på nytt metadata-cert for Norge i demoland i TEST #30
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: Run PR checks | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
types: [opened, edited] | ||
jobs: | ||
call-pr-checks: | ||
uses: felleslosninger/github-workflows/.github/workflows/ci-pr-checks.yml@main | ||
Check failure on line 10 in .github/workflows/call-verify-pr-title.yml
|
||
with: | ||
pull-request-title: ${{ github.event.pull_request.title }} | ||
pull-request-allowed-prefixes: "Bump,ID-,MIN-,MP-,KRR-,PF-,AOS-,SP-,EIN-" | ||
secrets: inherit | ||