Skip to content

issue_creation

issue_creation #67

Workflow file for this run

name: issue_creation
on:
schedule:
- cron: '30 4 * * SUN'
workflow_dispatch:
jobs:
issue_job:
runs-on: ubuntu-latest
steps:
- name: Checkout the template
uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- name: Create issues
uses: gofair-foundation/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}