diff --git a/action.yaml b/action.yaml index a367d73..aebc039 100644 --- a/action.yaml +++ b/action.yaml @@ -1,6 +1,20 @@ name: GitHub Notifier by Krauters description: Send Github PR Notifications author: Colten Krauter + +branding: + icon: git-pull-request + color: '#4A154B' + +categories: + - Notifications + - ChatOps + - Pull Requests + - Slack + - DevOps + +license: ISC + inputs: github-token: description: | diff --git a/dist/index.js b/dist/index.js index 38a86e0..c15e86b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -37649,7 +37649,7 @@ var core = __nccwpck_require__(2186); // EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js var github = __nccwpck_require__(5438); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = JSON.parse('{"u2":"@krauters/github-notifier","i8":"0.2.0","Xh":"https://github.com/krauters/github-notifier"}'); +const package_namespaceObject = JSON.parse('{"u2":"@krauters/github-notifier","i8":"0.3.0","Xh":"https://github.com/krauters/github-notifier"}'); ;// CONCATENATED MODULE: ./src/defaults.ts const scmUrl = 'https://github.com'; const prBaseUrl = `${scmUrl}/pulls?q=is%3Aopen+is%3Apr+archived%3Afalse+draft%3Afalse+user%3A`; diff --git a/package-lock.json b/package-lock.json index 0ebb08e..1a7ada2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@krauters/github-notifier", - "version": "0.1.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@krauters/github-notifier", - "version": "0.1.0", + "version": "0.3.0", "license": "ISC", "dependencies": { "@actions/core": "1.10.1", @@ -28,7 +28,7 @@ "typescript": "^5.5.4" }, "engines": { - "node": ">=22" + "node": ">=20" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 493346b..4694128 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@krauters/github-notifier", "description": "GitHub Notifier by Krauters – Post Open Pull Requests to Slack", - "version": "0.2.0", + "version": "0.3.0", "author": "Colten Krauter", "type": "module", "homepage": "https://github.com/krauters/github-notifier", @@ -20,7 +20,7 @@ ".": "./dist/index.js" }, "engines": { - "node": ">=22" + "node": ">=20" }, "scripts": { "bundle": "npx ncc build src/index.ts -o dist --source-map",