Gregor Martynus
Gregor Martynus
A bot that summarizes weekly activity in a locked issue. It would comment what issues have been mostly discussed / upvoted, new releases, welcome new contributors, give shoutouts to recurring...
https://github.com/gr2m/glitch-github-app is the code behind https://probot.glitch.me, a web form to create a new Probot App and connect it to a new GitHub app with instructions. I use it quite a...
Looks like Undici [added native proxy support](https://github.com/nodejs/undici/issues/1650), so we may be able to remove the custom proxy support we added in https://github.com/actions/create-github-app-token/pull/102. https://github.com/actions/create-github-app-token/blob/3cef845e011fe15a870d7e7227cd75b8bd8a1140/lib/request.js#L15-L16 _Originally posted by @parkerbxyz in https://github.com/actions/create-github-app-token/issues/132#issuecomment-2088761957_
Follow up to #71. We introduced a simple request retry logic via #79. There are a few ways we could improve the implementation - do not retry for all response...
Follow up to https://github.com/actions/create-github-app-token/discussions/39#discussioncomment-6880255. In preparation for #3 and #4 it might make sense to learn from similar actions. - [tibdex/github-app-token](https://github.com/tibdex/github-app-token) - [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) - [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) - [microsoftgraph/get-app-token](https://github.com/microsoftgraph/get-app-token) - [wow-actions/use-app-token](https://github.com/wow-actions/use-app-token) -...
### Describe the need ``` ➜ ~ gh copilot suggest "Receive webhooks locally" ✗ Error: No valid OAuth token detected ``` I use a local GITHUB_TOKEN environment variable instead of...
It looks like the websocket message keys changed to lower case, is that possible? I had to adapt my relay to account for that change: https://github.com/gr2m/github-webhook-relay/pull/5 Instead of - Header...
In order to fully simulate a webhook event request that was triggered by a GitHub App, the `"installation"` key needs to be present. As `--repo` or `--org` need to be...
Look for the 📍 Example: https://github.com/gr2m/helpdesk/issues/38 If it's present, use that URL for the tweets, otherwise fallback to https://twitch.tv/gregorcodes
This could be a serious about normalizing repository settings with tools such as @octoherd and [the settings app](https://github.com/apps/settings) Inspired by @oscard0m's `sync-repo-settings` script, see https://github.com/octoherd/octoherd/discussions/22 Things I'd like to normalize...