Parker Brown
Parker Brown
We need to determine if these scripts should be fixed or retired.
The script asks if you'd like to recreate the RC file before you've had a chance to review it. The configuration should be printed before asking.
We should document a way to configure and run `github-team-sync` via GitHub Actions. 🙂
Both RVM and rbenv are both installed in the universal image and other images. These version managers conflict with each other and cause problems. I've struggled to use these images...
> ``` > Run ruby tools/convert-shared-credential-to-legacy-format.rb --verify > ruby tools/convert-shared-credential-to-legacy-format.rb --verify > shell: /usr/bin/bash -e {0} > ERROR: websites-with-shared-credential-backends.json is not up-to-date. Please run this script again and commit the...
follow up to: https://github.com/gr2m/github-app-token-action/pull/1/commits/2d5eced5968e6735fec0d8906d277ec8c8acc4b3 Our idea is to add separate `permission_*` parameters for each permission supported by GitHub Apps: https://docs.github.com/en/rest/overview/permissions-required-for-github-apps The `permission_*` keys can be generated based off https://github.com/octokit/app-permissions. Each...
This pull request updates the README for improved readability and accessibility.
Bumps the npm_and_yarn group with 16 updates in the root directory: | Package | From | To | | --- | --- | --- | | [async](https://github.com/caolan/async) | `2.6.1` |...
This pull request fixes the file extension for two test files that were incorrectly named. This caused them not to be tested. A new test has been added to ensure...
Undici has added native support for proxy handling, so it is no longer necessary for us to have our own custom proxy handling. Reverts #102 and resolves #134.