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: master ← Head: develop
master
develop
80541e6
2d1fceb
9b91251
814998d
c63a04a
3fba134
8900d16
189f0bb
defb03b
daa9d1a
4370 files changed (+47403 additions, -1590730 deletions)
📝 .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)
.eslintignore
.eslintrc.json
.github/dependabot.yml
.github/mergify.yml
.github/workflows/tests.yml
.gitignore
README.md
__tests__/main.test.ts
action.yml
babel.config.js
dist/37.index.js.map
dist/http.js
dist/http.js.map
dist/index.js
dist/index.js.map
dist/licenses.txt
dist/main.js
dist/main.js.map
dist/sourcemap-register.js
jest.config.js
...and 80 more files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
master← Head:develop📝 Commits (10+)
80541e6feature: tests2d1fcebfeature: tests9b91251feature: tests814998dfeature: additional testsc63a04abuild(deps): bump word-wrap from 1.2.3 to 1.2.43fba134build(deps): bump node-fetch from 3.2.10 to 3.3.28900d16build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.38.0189f0bbMerge pull request #666 from joelwmale/dependabot/npm_and_yarn/vercel/ncc-0.38.0defb03bbuild(deps-dev): bump prettier from 2.7.1 to 3.2.5daa9d1abuild(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.