Marc Riera
Marc Riera
Hi! I just found out about this PR, good job! While you're at it, could you add support for the `/workflows` list endpoint? 🙏 I know I'm just barging in...
@spatrik oh, thank you very much! 😍 I see that there are some convenience methods like `Tentacat.get` and `Tentacat.post` which will help meanwhile 😄 Thank you both for your work!...
Hi! Coming from https://github.community/t5/GitHub-API-Development-and/GitHub-Actions-get-the-PR-ID-that-started-it/m-p/18444#M812 My use case is this: since GitHub notifications is kinda messy and it's hard to notice that something's happened, I want to be able to send...
As explained on the link, maybe we could create an action that sets env variables based on the contents of the `GITHUB_EVENT_PATH` file, and use those variables as arguments for...
Yeah, makes sense!
There's a GitHub action for this: ``` action "On review submission" { uses = "actions/bin/filter@c6471707d308175c57dfe91963406ef205837dbd" args = "action submitted" } ``` https://github.com/actions/bin/tree/c6471707d308175c57dfe91963406ef205837dbd/filter
@joeworkman hi! Any chance this could be merged? Tests are failing in `master` branch with the same error...
Hi @maxjacobson! I guess we would need to save only those reports created on `master`, and use either those or the ones created in the build. I guess the docs...
@jcollum this project seems to be the one replacing this one: https://github.com/xotahal/react-native-material-ui
:+1: