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
The action will gracefully handle missing tokens by falling back to manual number input.
218
+
191
219
## Common Issues
192
220
193
221
**Q: Why am I getting "Could not determine number"?**
194
-
A: The action tries to auto-detect PR numbers, but if you're not in a PR context, pass the `number` input manually.
222
+
A: The action tries to auto-detect PR numbers, but if you're not in a PR context, pass the `number` input manually or ensure proper GitHub token permissions.
195
223
196
224
**Q: Can I use custom word lists?**
197
225
A: Not directly in this action, but you can fork the [codenames library](https://github.com/kriasoft/codenames) and add your own themes.
0 commit comments