benbalter/Schedule Discussion Post Action

This action will create a discussion post in a repository at a scheduled time.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo_tokenThe default GitHub Actions tokenno${{ github.token }}
discussion_tokenA PAT with `discussion:write` scope for the target repositoryno
filesA JSON-encoded list of paths to process, otherwise all `*.md` files in the repository will be processedno""
drafts_dirThe directory to search for draft markdown files. Supports subdirectories. Defaults to the repository root.no./
dry_runWhether to actually create the postnofalse
namedescription
published_countThe number of discussion posts that were published
skipped_countThe number of drafts that were skipped (future, already published, or invalid)
published_urlsA JSON array of URLs for the published discussion posts