[PR #667] [CLOSED] Master #665

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

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/667
Author: @andresbravog
Created: 9/19/2023
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

52 files changed (+6132 additions, -834 deletions)

View changed files

📝 .github/dependabot.yml (+1 -1)
.github/mergify.yml (+0 -9)
.github/workflows/tests.yml (+40 -0)
__tests__/main.test.ts (+31 -0)
babel.config.js (+1 -0)
📝 dist/index.js (+2 -2)
jest.config.js (+7 -0)
📝 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)
📝 node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache (+0 -0)
📝 node_modules/escape-string-regexp/index.js (+5 -7)
📝 node_modules/escape-string-regexp/license (+17 -5)
📝 node_modules/escape-string-regexp/package.json (+39 -36)
📝 node_modules/escape-string-regexp/readme.md (+7 -14)
📝 node_modules/find-up/license (+1 -1)
📝 node_modules/find-up/package.json (+7 -8)
📝 node_modules/find-up/readme.md (+10 -5)
📝 node_modules/globals/globals.json (+13 -250)

...and 32 more files

📄 Description

No description provided


🔄 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/667 **Author:** [@andresbravog](https://github.com/andresbravog) **Created:** 9/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`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 - [`4247d94`](https://github.com/joelwmale/webhook-action/commit/4247d94d92349a21beae2e35de593e1e4a7ddd63) Merge branch 'joelwmale:master' into master ### 📊 Changes **52 files changed** (+6132 additions, -834 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.yml` (+1 -1) ➖ `.github/mergify.yml` (+0 -9) ➕ `.github/workflows/tests.yml` (+40 -0) ➕ `__tests__/main.test.ts` (+31 -0) ➕ `babel.config.js` (+1 -0) 📝 `dist/index.js` (+2 -2) ➕ `jest.config.js` (+7 -0) 📝 `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) 📝 `node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache` (+0 -0) 📝 `node_modules/escape-string-regexp/index.js` (+5 -7) 📝 `node_modules/escape-string-regexp/license` (+17 -5) 📝 `node_modules/escape-string-regexp/package.json` (+39 -36) 📝 `node_modules/escape-string-regexp/readme.md` (+7 -14) 📝 `node_modules/find-up/license` (+1 -1) 📝 `node_modules/find-up/package.json` (+7 -8) 📝 `node_modules/find-up/readme.md` (+10 -5) 📝 `node_modules/globals/globals.json` (+13 -250) _...and 32 more files_ </details> ### 📄 Description _No description provided_ --- <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:35 -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#665