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: master ← Head: develop
master
develop
00f9588
600d4f0
e4e62ab
1cbd7b0
f43e864
0740593
a2c63f8
d4413d8
cfebc00
db36b9f
14 files changed (+66 additions, -45 deletions)
📝 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)
dist/index.js
dist/index.js.map
dist/main.js
dist/main.js.map
node_modules/@types/node/README.md
node_modules/@types/node/async_hooks.d.ts
node_modules/@types/node/package.json
node_modules/@vercel/ncc/dist/ncc/cli.js.cache
node_modules/@vercel/ncc/dist/ncc/index.js.cache
node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
package.json
src/main.ts
yarn.lock
🔄 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/24
Author: @joelwmale
Created: 8/29/2020
Status: ✅ Merged
Merged: 8/29/2020
Merged by: @joelwmale
Base:
master← Head:develop📝 Commits (10+)
00f9588Convert action to ts600d4f0Small fixes to action.yml and action outpute4e62abAdd node_modules until bundler is added1cbd7b0Add node-fetchf43e864Remove fetch, add axios0740593Update builda2c63f8Fix issue with res.status being undefinedd4413d8Update logging for debug purposescfebc00Attempt to fix missing status code outputdb36b9fAttempt 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.