issue-helper-jekyll

issue-helper-jekyll

A GH Action to help managing Issues created on a repo that hosts a Jekyll style blog site.

issue-helper-jekyll

A GH Action to help managing Issues created on a repo that hosts a Jekyll style blog site.

Works in conjunction with PR Helper.

Currently supports the following functionality:

  • TBA

Events

The Action can respond to the following workflow events:

  • TBA

Inputs

Set the following inputs in the workflow file

repo-token

Required The token to use for github authentication. Recommend using ${{ secrets.GITHUB_TOKEN }}. If additional access is required use a PAT/Secret and set it as a secret. More info see here.

If you have enabled Branch Protection rules then a PAT/Secret will need to be configured.

Outputs

None

Example usage

TBA

Example inputs

TBA

Troubleshooting

If you are having issues running the action enable the debug logs as some additional logging has been built into the Action.

  1. To enable runner diagnostic logging, set the following secret in the repository that contains the workflow: ACTIONS_RUNNER_DEBUG to true.
  2. To download runner diagnostic logs, download the log archive of the workflow run. The runner diagnostic logs are contained in the runner-diagnostic-logs folder. For more information on downloading logs, see Downloading logs.

Enable debug logging

Known issues

None