Skip to content

Add identityserver tech card #1546

Add identityserver tech card

Add identityserver tech card #1546

Workflow file for this run

name: PR - Lint PR
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "content/**"
- "public/**"
concurrency:
group: ci-${{ github.event.number }}
cancel-in-progress: true
defaults:
run:
shell: pwsh
jobs:
pr-lint:
runs-on: ubuntu-latest
name: Check linked issues
steps:
- uses: nearform-actions/[email protected]
id: check-linked-issues
with:
exclude-branches: "dependabot/**"
- name: Generate summary
run: |
echo "Found ${{ steps.check-linked-issues.outputs.linked_issues_count }} issues linked to PR" >> $GITHUB_STEP_SUMMARY