Original PR: https://github.com/joelwmale/webhook-action/pull/12 Author: @joelwmale Created: 8/26/2020 Status: ✅ Merged Merged: 8/26/2020 Merged by: @joelwmale
Base: master ← Head: develop
master
develop
00f9588
600d4f0
e4e62ab
1cbd7b0
f43e864
0740593
a2c63f8
d4413d8
cfebc00
db36b9f
5740 files changed (+1689438 additions, -49 deletions)
➕ .eslintignore (+1 -0) ➕ .eslintrc.json (+18 -0) ➕ .github/dependabot.yml (+9 -0) ➕ .gitignore (+53 -0) ➕ .prettierignore (+3 -0) ➕ .prettierrc.json (+10 -0) ➖ Dockerfile (+0 -20) 📝 README.md (+33 -25) ➕ action.yml (+18 -0) ➕ dist/http.js (+29 -0) ➕ dist/http.js.map (+1 -0) ➕ dist/index.js (+2196 -0) ➕ dist/index.js.map (+1 -0) ➕ dist/main.js (+65 -0) ➕ dist/main.js.map (+1 -0) ➕ dist/sourcemap-register.js (+3912 -0) ➖ entrypoint.sh (+0 -4) ➕ node_modules/.bin/acorn (+1 -0) ➕ node_modules/.bin/eslint (+1 -0) ➕ node_modules/.bin/eslint-config-prettier-check (+1 -0)
.eslintignore
.eslintrc.json
.github/dependabot.yml
.gitignore
.prettierignore
.prettierrc.json
Dockerfile
README.md
action.yml
dist/http.js
dist/http.js.map
dist/index.js
dist/index.js.map
dist/main.js
dist/main.js.map
dist/sourcemap-register.js
entrypoint.sh
node_modules/.bin/acorn
node_modules/.bin/eslint
node_modules/.bin/eslint-config-prettier-check
...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/12
Author: @joelwmale
Created: 8/26/2020
Status: ✅ Merged
Merged: 8/26/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
5740 files changed (+1689438 additions, -49 deletions)
View changed files
➕
.eslintignore(+1 -0)➕
.eslintrc.json(+18 -0)➕
.github/dependabot.yml(+9 -0)➕
.gitignore(+53 -0)➕
.prettierignore(+3 -0)➕
.prettierrc.json(+10 -0)➖
Dockerfile(+0 -20)📝
README.md(+33 -25)➕
action.yml(+18 -0)➕
dist/http.js(+29 -0)➕
dist/http.js.map(+1 -0)➕
dist/index.js(+2196 -0)➕
dist/index.js.map(+1 -0)➕
dist/main.js(+65 -0)➕
dist/main.js.map(+1 -0)➕
dist/sourcemap-register.js(+3912 -0)➖
entrypoint.sh(+0 -4)➕
node_modules/.bin/acorn(+1 -0)➕
node_modules/.bin/eslint(+1 -0)➕
node_modules/.bin/eslint-config-prettier-check(+1 -0)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.