Skip to content

rerost/issue-creator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

issue-creator

codecov

Automated GitHub Issue Scheduler — CLI & GitHub Action for recurring tasks

e.g.

  • Template Issue: #1
  • Template Manifest: WIP

Breaking Change

v0.1.x -> v0.2.x: The behavior has changed from moving to the Archive Category when closing a GitHub Discussion to simply closing the Discussion

Install

$ go install github.com/rerost/issue-creator@latest
$ issue-creator

Usage

Run by GitHub Actions

Example

on:
  schedule:
    - cron: "0 0 * * MON"
  workflow_dispatch: {}

jobs:
  create-issue:
    runs-on: ubuntu-latest
    steps:
      - uses: rerost/issue-creator@v0.4
        with:
          template-issue: 1 # https://github.com/rerost/issue-creator/issues/1
          discussion: true # Required if you want to create a discussion

or

on:
  schedule:
    - cron: "0 0 * * MON"
  workflow_dispatch: {}

jobs:
  create-issue:
    runs-on: ubuntu-latest
    steps:
      - uses: rerost/issue-creator@v0.4
        with:
          template-issue-url: https://github.com/rerost/issue-creator/issues/1

Development

Release

$ ./release.sh <TAG>

// e.g `./release.sh v0.3.1`

Update token

#111

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 11