[PR #20] [MERGED] v2.0.1 #5366

Closed
opened 2026-06-11 02:18:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/20
Author: @joelwmale
Created: 8/27/2020
Status: Merged
Merged: 8/27/2020
Merged by: @joelwmale

Base: masterHead: develop


📝 Commits (10+)

  • 00f9588 Convert action to ts
  • 600d4f0 Small fixes to action.yml and action output
  • e4e62ab Add node_modules until bundler is added
  • 1cbd7b0 Add node-fetch
  • f43e864 Remove fetch, add axios
  • 0740593 Update build
  • a2c63f8 Fix issue with res.status being undefined
  • d4413d8 Update logging for debug purposes
  • cfebc00 Attempt to fix missing status code output
  • db36b9f Attempt to have code wait for request to finish

📊 Changes

100 files changed (+0 additions, -0 deletions)

View changed files

📝 dist/http.js.map (+1 -1)
📝 dist/index.js (+287 -284)
📝 dist/index.js.map (+1 -1)
📝 dist/main.js (+8 -5)
📝 dist/main.js.map (+1 -1)
📝 dist/sourcemap-register.js (+2842 -2844)
📝 node_modules/@actions/core/LICENSE.md (+4 -2)
📝 node_modules/@actions/core/README.md (+2 -1)
📝 node_modules/@actions/core/package.json (+5 -4)
📝 node_modules/@vercel/ncc/dist/ncc/cli.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js (+1 -1)
📝 node_modules/@vercel/ncc/dist/ncc/index.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/index.js.cache.js (+1 -3)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/empty-loader.js (+1 -1)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache.js (+1 -1)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache.js (+1 -1)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache.js (+1 -1)

...and 80 more files

📄 Description

  • Add backwards compatibility for v1
  • Update dependencies

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/20 **Author:** [@joelwmale](https://github.com/joelwmale) **Created:** 8/27/2020 **Status:** ✅ Merged **Merged:** 8/27/2020 **Merged by:** [@joelwmale](https://github.com/joelwmale) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`00f9588`](https://github.com/joelwmale/webhook-action/commit/00f958821e9ae7c233aa18809726de4307cfdcea) Convert action to ts - [`600d4f0`](https://github.com/joelwmale/webhook-action/commit/600d4f061c5c21629d06fb6e53b7f9358fac484a) Small fixes to action.yml and action output - [`e4e62ab`](https://github.com/joelwmale/webhook-action/commit/e4e62ab7e8fb598936f32d37a2dcbdd4d3d1bf43) Add node_modules until bundler is added - [`1cbd7b0`](https://github.com/joelwmale/webhook-action/commit/1cbd7b0bbca599e2879e62fc62f2799135fef511) Add node-fetch - [`f43e864`](https://github.com/joelwmale/webhook-action/commit/f43e86409d174aa4bc5314d630eb43639546c3ee) Remove fetch, add axios - [`0740593`](https://github.com/joelwmale/webhook-action/commit/0740593bc2c2d84bdbe246fd7739beff21160f3a) Update build - [`a2c63f8`](https://github.com/joelwmale/webhook-action/commit/a2c63f8d085ec315e0cc5bd70dcd38899a8ecf38) Fix issue with res.status being undefined - [`d4413d8`](https://github.com/joelwmale/webhook-action/commit/d4413d8be7d4c71f8825883c9399c1e6ab54af85) Update logging for debug purposes - [`cfebc00`](https://github.com/joelwmale/webhook-action/commit/cfebc0072178176c3395989e5bb4384bd3e7d8a0) Attempt to fix missing status code output - [`db36b9f`](https://github.com/joelwmale/webhook-action/commit/db36b9f17843f6ef52604173fb40041eb4ef2ad5) Attempt to have code wait for request to finish ### 📊 Changes **100 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `dist/http.js.map` (+1 -1) 📝 `dist/index.js` (+287 -284) 📝 `dist/index.js.map` (+1 -1) 📝 `dist/main.js` (+8 -5) 📝 `dist/main.js.map` (+1 -1) 📝 `dist/sourcemap-register.js` (+2842 -2844) 📝 `node_modules/@actions/core/LICENSE.md` (+4 -2) 📝 `node_modules/@actions/core/README.md` (+2 -1) 📝 `node_modules/@actions/core/package.json` (+5 -4) 📝 `node_modules/@vercel/ncc/dist/ncc/cli.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js` (+1 -1) 📝 `node_modules/@vercel/ncc/dist/ncc/index.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/index.js.cache.js` (+1 -3) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/empty-loader.js` (+1 -1) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache.js` (+1 -1) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache.js` (+1 -1) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache.js` (+1 -1) _...and 80 more files_ </details> ### 📄 Description - Add backwards compatibility for v1 - Update dependencies --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-11 02:18:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#5366