Troubleshooting
You can find here small tips and known issues/frequently asked questions that may help you to get through this action.
How do I test without altering my repository?
You can use the dry-run input to true
.
The workflow will work normally, but each time a mutation should occur, it will simply omit it.
You can also limit the quantity of mutations by using the issue-limit-api-mutations-count and the pull-request-limit-api-mutations-count inputs.
Lastly, you could only start to process your issues and pull requests from a specific date with the issue-ignore-before-creation-date and the pull-request-ignore-before-creation-date inputs.
How do I see all the logs?
Enable the debug mode for the actions by adding the ACTIONS_STEP_DEBUG
GitHub secret to true
in your repository.
Follow this documentation if you need more details.
The logs indicate that my issue or pull request has missing data
Make sure to use the proper GitHub token, and that it has all the required permissions to be able to fetch all the information.
See the original discussion to have more information.
You still didn't find a way to solve your trouble? Checkout the need help page!