Commit graph

181 commits

Author SHA1 Message Date
Thomas Sickert
8153e27a48
Merge pull request #192 from rhys-vdw/patch-2
Update examples to use version 6.0.0
2024-11-22 21:21:51 -05:00
Rhys van der Waerden
2df30290fc
Update examples to use version 6.0.0 2024-11-22 15:53:56 +11:00
Thomas Sickert
22c237166c
Merge pull request #173 from tsickert/dependabot/github_actions/actions/setup-node-4.0.2
Bump actions/setup-node from 3.6.0 to 4.0.2
2024-04-08 07:47:11 -04:00
dependabot[bot]
4e4a3796fa
Bump actions/setup-node from 3.6.0 to 4.0.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 05:54:30 +00:00
Thomas Sickert
afb6a29c6a
Update README.md
Remove comment about threads not being supported because they are
2024-04-05 06:18:32 -04:00
Thomas Sickert
feeb4b528d
Update README.md 2024-04-05 06:04:46 -04:00
Thomas Sickert
86dc739f3f
Merge pull request #168 from tsickert/tsickert/v6
v6 Cleanup
2024-04-05 05:59:08 -04:00
tsickert
72361672fe Remove unused workflow 2024-04-05 09:57:07 +00:00
tsickert
50c8860db1 Remove superfluous comment 2024-04-05 09:57:02 +00:00
Thomas Sickert
ba39ddf361
Merge pull request #167 from tsickert/tsickert/update-node-20
Update node 20
2024-04-05 05:55:56 -04:00
tsickert
54e44f8df1 Use current build of the action for the filtered webhook example 2024-04-05 09:50:30 +00:00
tsickert
6c051199db Adjust test for wait since we wait by default now 2024-04-05 09:50:09 +00:00
tsickert
7bedadea6f Fix typo 2024-04-05 09:47:52 +00:00
tsickert
45c484fe2b Set default value of wait to true 2024-04-05 09:46:10 +00:00
tsickert
94d1bb3a03 Add wait support 2024-04-05 09:41:30 +00:00
tsickert
5a06f51498 Correctly name with filename and not path 2024-04-05 09:33:21 +00:00
tsickert
1ffc2fcbc6 Name blob 2024-04-05 09:30:36 +00:00
tsickert
f72e1de0aa Merge remote-tracking branch 'origin/tsickert/update-node-20' into tsickert/update-node-20
# Conflicts:
#	dist/index.js
#	dist/index.js.map
#	package-lock.json
#	package.json
#	src/action.ts
2024-04-05 09:24:56 +00:00
tsickert
76567d4ff9 Version bump 2024-04-05 09:24:01 +00:00
tsickert
0fe8eecb64 Dist 2024-04-05 09:23:55 +00:00
tsickert
2bf3c458e1 Change out dir ignore 2024-04-05 09:22:39 +00:00
tsickert
09a215aea0 Renamed entry point 2024-04-05 09:22:23 +00:00
tsickert
3ea4c3dda6 Config + license updates 2024-04-05 09:21:58 +00:00
tsickert
d051f84303 Trivial test 2024-04-05 09:20:51 +00:00
tsickert
6fb014fd99 Add new lib for webhook 2024-04-05 09:20:39 +00:00
Thomas Sickert
eb07d278cf Update to module 2024-03-30 15:19:15 -04:00
Thomas Sickert
8053f289df Try new build with fixes 2024-03-30 15:11:51 -04:00
tsickert
4c21ae0a2d Fix blob 2024-03-30 18:30:18 +00:00
tsickert
0f88348386 Attempt to use webhook 2024-03-30 18:21:15 +00:00
tsickert
8b0595b302 Try using axios 2024-03-30 18:21:07 +00:00
tsickert
715e8e1815 Try destroying the response? 2024-03-30 17:49:35 +00:00
tsickert
f96b97129f Try listening for error for additional information about failure 2024-03-30 17:42:08 +00:00
tsickert
e0b020e923 Fix tests 2024-03-30 17:23:19 +00:00
tsickert
f52e861475 Try different form data method 2024-03-30 17:17:06 +00:00
tsickert
6ba8aab7b3 Throw the exception 2024-03-30 15:34:57 +00:00
tsickert
c5be16bcd9 Trying a few fixes 2024-03-30 15:32:05 +00:00
tsickert
f4badf5fa9 Fixes for upgrade 2024-03-30 15:17:23 +00:00
tsickert
29f99762f7 Update node to v20 2024-03-27 14:10:02 +00:00
Thomas Sickert
298ff1fd92
Merge pull request #164 from tsickert/tsickert/update-node-20
Update node to v20
2024-03-26 08:22:13 -04:00
tsickert
691506a1e2 Update node to v20 2024-03-26 12:15:34 +00:00
Thomas Sickert
4ed2244164
Update README.md 2024-02-28 08:14:13 -05:00
Thomas Sickert
d9595bc5f5
Merge pull request #161 from Larzous/pr-ready
Update Github action scripts - node16 deprecation
2024-02-28 08:08:27 -05:00
Larzous
046dfcfd7f
Merge pull request #2 from Larzous/update-codeql
ci: codeql to v3 (node16 deprecation)
2024-02-14 23:08:12 -05:00
Larzous
96794151cd ci: codeql to v3 (node16 deprecation) 2024-02-14 23:05:21 -05:00
Larzous
5022ad7da2
Merge pull request #1 from Larzous/update-node
Github action updates for node16 deprecation
2024-02-14 23:02:08 -05:00
Larzous
fd2c74f7e7 ci: add manual triggering of workflow 2024-02-14 22:53:11 -05:00
Larzous
96e2f3bdfe ci: updates for node16 deprecation 2024-02-14 22:50:52 -05:00
Larzous
afd117f05b ci: updates for node16 deprecation 2024-02-14 22:50:43 -05:00
Larzous
8c382b6221 ci: update actions to v4 due to node16 deprecation 2024-02-14 22:46:28 -05:00
Thomas Sickert
d094b6e04e
Merge pull request #109 from connorjclark/master
support thread-name and flags
2023-12-12 22:48:10 -05:00