Skip to content

Commit 30b26a6

Browse files
committed
docs: add troubleshooting section
1 parent d3df97a commit 30b26a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,18 @@ jobs:
4141
## Outputs
4242
None
4343
<!--doc_end-->
44+
45+
46+
## Troubleshooting
47+
48+
### A ruleset is blocking the release
49+
50+
You have 2 options:
51+
52+
1. Create a Github App (**recommended**)
53+
2. Create a Personal Access Token (PAT)
54+
55+
A PAT is associated to your personal account, while the Github App is like a bot.
56+
Whichever you choose, you'll have to add it to the exemption list in the ruleset.
57+
58+
For the Github App, you can find the instructions to create one in [Registering a Github App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app) and a detail tutorial in [this discussion](https://github.com/orgs/community/discussions/25305#discussioncomment-8256560)

0 commit comments

Comments
 (0)