Skip to content

issue_creation

issue_creation #25

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: Create issues
uses: gofair-foundation/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}