Skip to content

feat: add issue template #2

feat: add issue template

feat: add issue template #2

Workflow file for this run

name: Handle PRs
on:
pull_request:
types:
- opened
jobs:
run_if:
if: startsWith(github.head_ref, 'releases/')
runs-on: ubuntu-latest
steps:
- run: echo "The head of this PR starts with 'releases/'"