Skip to content

Update workflow, add issue template #2

Update workflow, add issue template

Update workflow, add issue template #2

Workflow file for this run

name: Create Issue if Not Exists
# .github/workflows/issue-on-push.yml
on:
push:
branches:
- development_issue_creation
permissions:
contents: read
issues: write
jobs:
stuff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
search_existing: all
filename: .github/issue_template.md