Commit Graph

  • 6701853927 build(release): 2.1.4 [skip ci] v2.1.4 semantic-release-bot 2025-09-13 00:16:56 +00:00
  • bef1eaf1c0 fix(deps): bump @octokit/auth-app from 7.2.1 to 8.0.1 (#257) dependabot[bot] 2025-09-13 00:16:26 +00:00
  • 1526738aa4 build(release): 2.1.3 [skip ci] v2.1.3 semantic-release-bot 2025-09-13 00:14:39 +00:00
  • f3d5ec2073 fix(deps): bump undici from 7.8.0 to 7.10.0 in the production-dependencies group (#254) dependabot[bot] 2025-09-12 17:14:02 -07:00
  • def152b8a7 build(release): 2.1.2 [skip ci] v2.1.2 semantic-release-bot 2025-09-12 18:22:38 +00:00
  • 5d7307be63 fix(deps): bump @octokit/request from 9.2.3 to 10.0.2 (#256) dependabot[bot] 2025-09-12 18:22:08 +00:00
  • 525760a53f build(deps): bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 (#260) dependabot[bot] 2025-09-12 18:20:41 +00:00
  • 14350b6aaa bump version Stefan Petrushevski 2025-08-28 10:26:30 +02:00
  • 6cf7b5f22a update tests with enterprise-slug Stefan Petrushevski 2025-08-28 10:23:07 +02:00
  • 22e6bc6b49 Update lib/main.js Stefan 2025-08-28 09:34:44 +02:00
  • 3b3f07c3d1 Update lib/main.js Stefan 2025-08-28 09:34:29 +02:00
  • 7b860611c2 Update lib/main.js Stefan 2025-08-28 09:34:21 +02:00
  • a84c82dc20 Update action.yml Stefan 2025-08-28 09:34:12 +02:00
  • 81e8c224df Update README.md Stefan 2025-08-28 09:34:01 +02:00
  • 7434028a6d Update README.md Stefan 2025-08-28 09:33:49 +02:00
  • 0fde60e111 Simplify proxy environment setup in request.js parkerbxyz/test-proxy Parker Brown 2025-08-22 13:50:04 -07:00
  • 3ffe05f85c Support lowercase proxy environment variables Parker Brown 2025-08-22 13:46:06 -07:00
  • f57ea8787c Move proxy setup to request.js and update entrypoint Parker Brown 2025-08-22 13:43:20 -07:00
  • 00ba6edc66 Switch build output to CommonJS (.cjs) format Parker Brown 2025-08-22 13:22:02 -07:00
  • 21c1159e4d Switch build output to ESM format and update entrypoints Parker Brown 2025-08-22 13:16:17 -07:00
  • 6423fe3683 Add bootstrap entry for env-based proxy support Parker Brown 2025-08-22 13:10:57 -07:00
  • 39808af6a2 Move NODE_USE_ENV_PROXY assignment to top of file Parker Brown 2025-08-22 13:05:03 -07:00
  • fe4ba3360a Set NODE_USE_ENV_PROXY in main.js and update workflow Parker Brown 2025-08-22 12:31:42 -07:00
  • 926b8abad2 Set NODE_USE_ENV_PROXY in test workflow Parker Brown 2025-08-22 12:29:23 -07:00
  • d988c9aaad ci(test): set https_proxy env for test workflow Parker Brown 2025-08-22 12:24:32 -07:00
  • bf559f8544 build(release): 3.0.0-beta.2 [skip ci] v3.0.0-beta.2 semantic-release-bot 2025-08-22 19:16:51 +00:00
  • cda91bf2b9 fix: remove custom proxy handling (#143) Parker Brown 2025-08-22 12:16:16 -07:00
  • 2ae58da528 Disable semantic-release-plugin-github-breaking-version-tag Parker Brown 2025-08-15 13:02:50 -07:00
  • fb1c7fda2b build(release): 3.0.0-beta.1 [skip ci] v3.0.0-beta.1 semantic-release-bot 2025-08-15 19:55:36 +00:00
  • 61789386cb feat!: node 24 support (#275) Salman Chishti 2025-08-15 20:55:04 +01:00
  • 8ab05a8a84 Add beta branch support for releases (#282) Parker Brown 2025-08-15 12:34:57 -07:00
  • d00315e88c build(deps): bump actions/checkout from 4 to 5 (#279) dependabot[bot] 2025-08-13 18:21:11 +00:00
  • 20749b7294 Move update-types config for GitHub Actions Parker Brown 2025-08-13 09:29:03 -07:00
  • 3f1903e205 Move commit-message config to multi-ecosystem group Parker Brown 2025-08-13 09:03:24 -07:00
  • fcc6c288e5 build(deps-dev): bump dotenv from 16.5.0 to 17.2.1 (#269) dependabot[bot] 2025-08-11 17:34:49 +00:00
  • 49bb2edce3 build(deps-dev): bump the development-dependencies group across 1 directory with 3 updates (#272) dependabot[bot] 2025-08-11 17:04:32 +00:00
  • a8d6161485 build(release): 2.1.1 [skip ci] v2.1.1 semantic-release-bot 2025-08-11 15:29:59 +00:00
  • 5204204e81 fix: revert "use node24 as runner" (#278) Parker Brown 2025-08-11 08:29:29 -07:00
  • 0f859bf9e6 build(release): 2.1.0 [skip ci] v2.1.0 semantic-release-bot 2025-08-08 23:08:54 +00:00
  • a1cbe0fa3c feat: use node24 as runner (#267) Salman Chishti 2025-08-09 00:08:23 +01:00
  • d7ee281215 build(deps-dev): bump the development-dependencies group across 1 directory with 2 updates (#265) dependabot[bot] 2025-07-11 12:52:56 -07:00
  • cfb49a3e58 Add multi-ecosystem group to Dependabot config Parker Brown 2025-07-11 12:31:03 -07:00
  • 46f9f788b8 improve installation match; refactor test per copilot review Stefan Petrushevski 2025-07-08 17:52:25 +02:00
  • 3c69395e16 update package version Stefan Petrushevski 2025-07-08 17:22:19 +02:00
  • 55b8c24e8d tests; update README Stefan Petrushevski 2025-07-08 17:05:18 +02:00
  • cbc2930e9b enterprise input; logic to generate ent token Stefan Petrushevski 2025-07-08 15:04:32 +02:00
  • 93c1f04d6f build(deps-dev): bump the development-dependencies group with 4 updates (#255) dependabot[bot] 2025-06-06 21:42:11 +00:00
  • dff4b11d10 ci(test): set permissions in test workflow (#247) Josh Gross 2025-05-21 15:02:42 -04:00
  • 6d44c9fd24 docs(README): Client ID can be used as App ID (#251) Gregor Martynus 2025-05-21 09:51:36 -07:00
  • df432ceedc build(release): 2.0.6 [skip ci] v2.0.6 semantic-release-bot 2025-05-03 21:58:35 +00:00
  • 333678481b fix: replace - with _ (#246) Omochice 2025-05-04 06:58:01 +09:00
  • db3cdf4098 build(release): 2.0.5 [skip ci] v2.0.5 semantic-release-bot 2025-05-02 19:17:49 +00:00
  • d64d7d7355 fix(deps): bump the production-dependencies group with 3 updates (#240) dependabot[bot] 2025-05-02 12:17:17 -07:00
  • 1b6f53e48e build(deps-dev): bump the development-dependencies group across 1 directory with 3 updates (#244) dependabot[bot] 2025-05-02 12:10:06 -07:00
  • 061a84d5f5 build(deps-dev): bump @octokit/openapi from 18.2.0 to 19.0.0 (#242) dependabot[bot] 2025-05-02 12:07:09 -07:00
  • c8f34a61a8 build(deps): bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 in the github-actions group (#239) dependabot[bot] 2025-05-02 12:05:44 -07:00
  • 4821f52fa7 build(release): 2.0.4 [skip ci] v2.0.4 semantic-release-bot 2025-05-02 18:44:32 +00:00
  • 2950cbc446 fix: permission input handling (#243) Parker Brown 2025-05-02 11:44:01 -07:00
  • 30bf6253fa build(release): 2.0.3 [skip ci] v2.0.3 semantic-release-bot 2025-05-01 15:34:52 +00:00
  • c3c17c79cc fix: use core.getBooleanInput() to retrieve boolean input values (#223) Yuta Kasai 2025-04-26 03:59:34 +09:00
  • 9ba274d954 fix(README): use v2 in examples (#234) CarolMebiom 2025-04-25 19:32:06 +01:00
  • a3c826a204 docs: fix typo in CONTRIBUTING.md (#233) nakatani-yo 2025-04-11 03:39:20 +09:00
  • 3ff1caaa28 build(release): 2.0.2 [skip ci] v2.0.2 semantic-release-bot 2025-04-03 22:54:20 +00:00
  • eaef29498f fix: improve log messages for token creation (#226) Parker Brown 2025-04-03 15:53:46 -07:00
  • 86e24964d6 build(release): 2.0.1 [skip ci] v2.0.1 semantic-release-bot 2025-04-03 22:43:44 +00:00
  • 2411bfc792 fix(deps): bump the production-dependencies group across 1 directory with 2 updates (#228) dependabot[bot] 2025-04-03 22:43:14 +00:00
  • f17d09a7b5 build(deps-dev): bump the development-dependencies group with 3 updates (#225) dependabot[bot] 2025-04-03 15:30:01 -07:00
  • e250d17c7a ci(update-permission-inputs): add permissions (#230) Parker Brown 2025-04-03 13:57:23 -07:00
  • ed258b491a Rename workflow Parker Brown 2025-04-03 13:46:42 -07:00
  • 5c652ca715 Update update-inputs.yml Parker Brown 2025-04-03 13:46:11 -07:00
  • 60ee75db78 ci(update-inputs): create initial version (#229) Parker Brown 2025-04-03 12:27:14 -07:00
  • 064492a9a1 build(release): 2.0.0 [skip ci] v2.0.0 semantic-release-bot 2025-04-03 19:10:30 +00:00
  • 5cc811bc40 feat!: remove deprecated inputs (#213) Parker Brown 2025-04-03 12:09:57 -07:00
  • 23b44b2c8e build: update package-lock.json on release (#227) Parker Brown 2025-04-03 12:08:57 -07:00
  • 6f3f59186f docs: delete unused badge (#222) Yuta Kasai 2025-04-04 03:41:15 +09:00
  • d72941d797 build(release): 1.12.0 [skip ci] v1.12.0 v1 semantic-release-bot 2025-03-27 19:01:44 +00:00
  • 0e0aa99a86 feat: permissions (#168) Gregor Martynus 2025-03-27 12:00:54 -07:00
  • f577941506 Remove individuals form CODEOWNERS (#215) Josh Gross 2025-03-20 12:58:35 -04:00
  • af35edadc0 build(release): 1.11.7 [skip ci] v1.11.7 semantic-release-bot 2025-03-20 05:59:25 +00:00
  • a24b46a462 fix(deps): bump undici from 5.28.4 to 7.5.0 (#214) dependabot[bot] 2025-03-19 22:58:51 -07:00
  • 21cfef2b49 build(release): 1.11.6 [skip ci] v1.11.6 semantic-release-bot 2025-03-03 01:13:50 +00:00
  • 1ff1dea6a9 fix(deps): bump the production-dependencies group with 2 updates (#210) dependabot[bot] 2025-03-02 17:13:18 -08:00
  • 0d564482f0 build(release): 1.11.5 [skip ci] v1.11.5 semantic-release-bot 2025-02-15 00:26:36 +00:00
  • 8cedd97af1 fix(deps): bump @octokit/request from 9.2.0 to 9.2.2 (#209) dependabot[bot] 2025-02-14 16:25:54 -08:00
  • 415f6a523d fix(deps): bump @octokit/request-error from 6.1.6 to 6.1.7 (#208) dependabot[bot] 2025-02-14 16:25:45 -08:00
  • c14f92a8f9 build(release): 1.11.4 [skip ci] v1.11.4 semantic-release-bot 2025-02-15 00:14:02 +00:00
  • d30def842e fix(deps): bump @octokit/endpoint from 10.1.1 to 10.1.3 (#207) dependabot[bot] 2025-02-14 16:13:34 -08:00
  • a5be4722a6 build(deps-dev): bump esbuild from 0.24.2 to 0.25.0 (#206) dependabot[bot] 2025-02-12 09:53:48 -08:00
  • 67e27a7eb7 build(release): 1.11.3 [skip ci] v1.11.3 semantic-release-bot 2025-02-04 01:08:21 +00:00
  • 8e85a3cf14 fix(deps): bump the production-dependencies group with 3 updates (#203) dependabot[bot] 2025-02-03 17:07:49 -08:00
  • 136412a57a build(release): 1.11.2 [skip ci] v1.11.2 semantic-release-bot 2025-01-30 23:13:57 +00:00
  • b4192a5b36 fix(deps): bump @octokit/request from 9.1.3 to 9.1.4 in the production-dependencies group (#196) dependabot[bot] 2025-01-30 15:13:23 -08:00
  • 29aa0514a7 fix(deps): bump undici from 6.19.8 to 7.2.0 (#198) dependabot[bot] 2025-01-30 15:13:11 -08:00
  • a5f8600f58 build(deps-dev): bump @sinonjs/fake-timers from 13.0.2 to 14.0.0 (#199) dependabot[bot] 2025-01-30 15:13:02 -08:00
  • 0edddd70c8 build(deps-dev): bump the development-dependencies group with 2 updates (#197) dependabot[bot] 2025-01-30 15:12:51 -08:00
  • bb3ca765af docs(README): remove extra space in variable syntax in README example (#201) Carlos García 2025-01-24 22:00:38 +01:00
  • c1a285145b build(release): 1.11.1 [skip ci] v1.11.1 semantic-release-bot 2024-12-20 18:12:15 +00:00
  • fa6118ca85 fix(deps): bump the production-dependencies group across 1 directory with 3 updates (#193) dependabot[bot] 2024-12-20 10:11:41 -08:00
  • ae140fab7b build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#180) dependabot[bot] 2024-12-20 18:08:35 +00:00
  • c84b152776 build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates (#194) dependabot[bot] 2024-12-20 00:25:54 +00:00