You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,22 @@ jobs:
76
76
error: 'You need at least one "Resolves|Fixes: #<issue number>" line.'
77
77
```
78
78
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)
0 commit comments