Gago
Gago
- Adding workflow
## Description. I've translated everything inside src/ to typescript ## TODO - [x] Tests passing - [ ] Missing scripts replacements. - [ ] missing prettier - [ ] make...
WIP, but the info is there. the table looks like that
adding comments to our general
When a token is generated, if we don't pass a permissions input during the request, that token comes with all the allowed permissions available in the App. Sometimes we want...
# Description In the examples we offer, there is not a single mention of OpenID Credentials. This PR offers an example stolen from #248 thanks @thenanor for your help! this...
**Issue Reference**: fixes #346 Implements feature request #346 ## Motivation and Context Useful to create custom rules like adding a label when a member is part of a team, among...
## Description It will be great to add a trigger to check if the user has a membership on a team or not. the implementation is quiet simple, ```typescript try...
currently we have either `DEBUG` flag or no logs at all. `DEBUG` is useful to understand exactly what's happening, but in most cases is too noisy. We should have a...
we have `includesInPatch` that is useful, but sometimes we wanna search in the entire that was changed, not only the lines that were changed. I'm thinking contains should have the...