[PR #24] [MERGED] v2.0.2 #5369

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

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/24
Author: @joelwmale
Created: 8/29/2020
Status: Merged
Merged: 8/29/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

14 files changed (+66 additions, -45 deletions)

View changed files

📝 dist/index.js (+9 -2)
📝 dist/index.js.map (+1 -1)
📝 dist/main.js (+9 -2)
📝 dist/main.js.map (+1 -1)
📝 node_modules/@types/node/README.md (+1 -1)
📝 node_modules/@types/node/async_hooks.d.ts (+21 -27)
📝 node_modules/@types/node/package.json (+3 -3)
📝 node_modules/@vercel/ncc/dist/ncc/cli.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/index.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache (+0 -0)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache (+0 -0)
📝 package.json (+1 -1)
📝 src/main.ts (+16 -3)
📝 yarn.lock (+4 -4)

📄 Description

  • Add support for failing check on HTTP error responses (#23) (@AnandChowdhary)
  • Bump @types/node from 14.6.0 to 14.6.1 (#21)

🔄 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/24 **Author:** [@joelwmale](https://github.com/joelwmale) **Created:** 8/29/2020 **Status:** ✅ Merged **Merged:** 8/29/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 **14 files changed** (+66 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `dist/index.js` (+9 -2) 📝 `dist/index.js.map` (+1 -1) 📝 `dist/main.js` (+9 -2) 📝 `dist/main.js.map` (+1 -1) 📝 `node_modules/@types/node/README.md` (+1 -1) 📝 `node_modules/@types/node/async_hooks.d.ts` (+21 -27) 📝 `node_modules/@types/node/package.json` (+3 -3) 📝 `node_modules/@vercel/ncc/dist/ncc/cli.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/index.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache` (+0 -0) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache` (+0 -0) 📝 `package.json` (+1 -1) 📝 `src/main.ts` (+16 -3) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description - Add support for failing check on HTTP error responses (#23) (@AnandChowdhary) - Bump @types/node from 14.6.0 to 14.6.1 (#21) --- <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:50 -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#5369