issue-ops/IssueOps Demo Reservation Action

Process reservation requests for a fictional business

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionThe action to take (`init`, `reserve`, `cancel`, or `expire`).yes
github_tokenThe GitHub token to use for interacting with the GitHub API.yes${{ github.token }}
issue_bodyThe issue body as a JSON string. This is typically the output of the `issue-ops/parser` action.no
issue_template_pathPath to the issue template file from the root of the repository (e.g. `.github/ISSUE_TEMPLATE/reservation.yml`).yes
project_numberThe number of the project board where reservations are managed.yes
workspaceThe path where the repository has been cloned using the `actions/checkout` step. This is required to find the issue form template file.yes${{ github.workspace }}
namedescription
jsonThe parsed issue as a JSON string