8000 [TASK] Add a troubleshooting and debugging section (#59) · GsActions/commit-message-checker@cd656b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd656b3

Browse files
authored
[TASK] Add a troubleshooting and debugging section (#59)
1 parent 7a30576 commit cd656b3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@ jobs:
7676
error: 'You need at least one "Resolves|Fixes: #<issue number>" line.'
7777
```
7878
79+
### Troubleshooting and debugging
80+
81+
Most of the questions being asked here are not about bugs or missing features in
82+
this action, but about not enough information about what is going on in the
83+
background. A good first starting point is to [enable debug logging](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging)
84+
for the action, which can be accomplished by adding secrets to your repository.
85+
After that, many additional information will appear in the logs and you should
86+
be able to set up your configuration properly.
87+
88+
There are some really good tools that you can use to set up your pattern
89+
properly for your needs. My favorite tool is <https://regexr.com/> which works
90+
very well with this action.
91+
92+
If you need additional support, please head to the [GitHub Discussions](https://github.com/GsActions/commit-message-checker/discussions)
93+
of this repository.
94+
7995
## Development
8096
8197
### Quick Start

0 commit comments

Comments
 (0)
0