Expand supported event types

This commit is contained in:
Nick Alteen
2025-09-09 14:45:57 -04:00
parent 77cbbd906f
commit 060edb2b27
4 changed files with 10 additions and 40 deletions
+3 -18
View File
@@ -1,18 +1,17 @@
{
"name": "first-interaction-action",
"version": "3.0.0",
"version": "3.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "first-interaction-action",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@octokit/rest": "^22.0.0",
"@rollup/rollup-linux-x64-gnu": "*"
"@octokit/rest": "^22.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
@@ -13902,20 +13901,6 @@
"fsevents": "~2.3.2"
}
},
"node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.48.1",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.48.1.tgz",
"integrity": "sha512-90taWXCWxTbClWuMZD0DKYohY1EovA+W5iytpE89oUPmT5O1HFdf8cuuVIylE6vCbrGdIGv85lVRzTcpTRZ+kA==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/run-parallel": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",