[PR #674] [MERGED] v2.3.0 #671

Closed
opened 2026-03-29 18:16:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/674
Author: @joelwmale
Created: 3/28/2024
Status: Merged
Merged: 3/28/2024
Merged by: @joelwmale

Base: masterHead: develop


📝 Commits (10+)

  • 80541e6 feature: tests
  • 2d1fceb feature: tests
  • 9b91251 feature: tests
  • 814998d feature: additional tests
  • c63a04a build(deps): bump word-wrap from 1.2.3 to 1.2.4
  • 3fba134 build(deps): bump node-fetch from 3.2.10 to 3.3.2
  • 8900d16 build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.38.0
  • 189f0bb Merge pull request #666 from joelwmale/dependabot/npm_and_yarn/vercel/ncc-0.38.0
  • defb03b build(deps-dev): bump prettier from 2.7.1 to 3.2.5
  • daa9d1a build(deps-dev): bump jest from 29.3.1 to 29.7.0

📊 Changes

4370 files changed (+47403 additions, -1590730 deletions)

View changed files

📝 .eslintignore (+2 -1)
📝 .eslintrc.json (+20 -5)
📝 .github/dependabot.yml (+1 -1)
.github/mergify.yml (+0 -9)
.github/workflows/tests.yml (+40 -0)
📝 .gitignore (+1 -53)
📝 README.md (+42 -0)
__tests__/main.test.ts (+31 -0)
📝 action.yml (+5 -1)
babel.config.js (+1 -0)
dist/37.index.js.map (+0 -1)
dist/http.js (+28 -0)
dist/http.js.map (+1 -0)
📝 dist/index.js (+32898 -4323)
dist/index.js.map (+0 -1)
📝 dist/licenses.txt (+2 -1)
dist/main.js (+68 -0)
dist/main.js.map (+1 -0)
dist/sourcemap-register.js (+0 -1)
jest.config.js (+7 -0)

...and 80 more files

📄 Description


🔄 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/674 **Author:** [@joelwmale](https://github.com/joelwmale) **Created:** 3/28/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@joelwmale](https://github.com/joelwmale) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`80541e6`](https://github.com/joelwmale/webhook-action/commit/80541e6fb88420459253dcc1e0b3c2837a36ac1c) feature: tests - [`2d1fceb`](https://github.com/joelwmale/webhook-action/commit/2d1fceb61b6dd3e9a316c1174a5346bf54d157cb) feature: tests - [`9b91251`](https://github.com/joelwmale/webhook-action/commit/9b912519078e41076eb017d903eab96ec20f4fb4) feature: tests - [`814998d`](https://github.com/joelwmale/webhook-action/commit/814998dae0915eaf4faec992291eb956ad37d902) feature: additional tests - [`c63a04a`](https://github.com/joelwmale/webhook-action/commit/c63a04a440aa517b867a040ed20bd1925798c0d0) build(deps): bump word-wrap from 1.2.3 to 1.2.4 - [`3fba134`](https://github.com/joelwmale/webhook-action/commit/3fba134ccf241caa089d2f7986e361f7f4d8646f) build(deps): bump node-fetch from 3.2.10 to 3.3.2 - [`8900d16`](https://github.com/joelwmale/webhook-action/commit/8900d162dd13ddaf1b5214997a063ad461c700d9) build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.38.0 - [`189f0bb`](https://github.com/joelwmale/webhook-action/commit/189f0bb187801b37bd49681a5a314956b015573b) Merge pull request #666 from joelwmale/dependabot/npm_and_yarn/vercel/ncc-0.38.0 - [`defb03b`](https://github.com/joelwmale/webhook-action/commit/defb03be0730e22174943fc69549557e182d7ea0) build(deps-dev): bump prettier from 2.7.1 to 3.2.5 - [`daa9d1a`](https://github.com/joelwmale/webhook-action/commit/daa9d1af3b9539237e592b7a78ef076a8a84d587) build(deps-dev): bump jest from 29.3.1 to 29.7.0 ### 📊 Changes **4370 files changed** (+47403 additions, -1590730 deletions) <details> <summary>View changed files</summary> 📝 `.eslintignore` (+2 -1) 📝 `.eslintrc.json` (+20 -5) 📝 `.github/dependabot.yml` (+1 -1) ➖ `.github/mergify.yml` (+0 -9) ➕ `.github/workflows/tests.yml` (+40 -0) 📝 `.gitignore` (+1 -53) 📝 `README.md` (+42 -0) ➕ `__tests__/main.test.ts` (+31 -0) 📝 `action.yml` (+5 -1) ➕ `babel.config.js` (+1 -0) ➖ `dist/37.index.js.map` (+0 -1) ➕ `dist/http.js` (+28 -0) ➕ `dist/http.js.map` (+1 -0) 📝 `dist/index.js` (+32898 -4323) ➖ `dist/index.js.map` (+0 -1) 📝 `dist/licenses.txt` (+2 -1) ➕ `dist/main.js` (+68 -0) ➕ `dist/main.js.map` (+1 -0) ➖ `dist/sourcemap-register.js` (+0 -1) ➕ `jest.config.js` (+7 -0) _...and 80 more files_ </details> ### 📄 Description - Cleaned up project files - Added node20 support (https://github.com/joelwmale/webhook-action/issues/668) - Dropped node16 support - Added the ability to include the github payload in the body of the webhook (https://github.com/joelwmale/webhook-action/issues/645) --- <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-03-29 18:16:51 -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#671