Skip to content

[User-Story] - Specification of Loadtests #81

[User-Story] - Specification of Loadtests

[User-Story] - Specification of Loadtests #81

Workflow file for this run

name: Blocking Issues
on:
issues:
types: [opened, edited, deleted, transferred, closed, reopened]
pull_request_target:
types: [opened, edited, closed, reopened]
jobs:
blocking_issues:
runs-on: ubuntu-latest
name: Checks for blocking issues
steps:
- uses: Levi-Lesches/blocking-issues@v2
with:
token: ${{ secrets.ADD_ISSUES_TO_PROJECTS_PAT }}