accidda/Recurring Issues
Create recurring issues on a schedule.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 8, 2026
- License
- MIT
Pinned Snippet
uses: accidda/recurring-issues@a2d9bbe2e0c9cfc76a691a19e32a1dc6e7d4ead6 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token to use to create issues. | yes | ${{ github.token }} |
| config | Either a file path or a YAML string containing the configuration for the issues to create. | yes | — |
| timezone | The timezone to use for scheduling (i.e. 'UTC'). | no | UTC |
Outputs
| name | description |
|---|---|
| issues | A comma separated list of the issues created by this action. |