Skip to content

ci: check for linked work items on PRs #3

ci: check for linked work items on PRs

ci: check for linked work items on PRs #3

name: 'Validate linked work item'
on:
pull_request:
types: [opened, reopened, edited]
branches:
- master
permissions:
pull-requests: write
issues: write
jobs:
create-edit-comment:
name: check
runs-on: ubuntu-latest
steps:
- uses: danhellem/github-actions-pr-is-linked-to-work-item@main