Skip to content

Commit

Permalink
feat: branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Colten Krauter committed Sep 4, 2024
1 parent 761fba2 commit 522c42b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,7 +20,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=22"
"node": ">=20"
},
"scripts": {
"bundle": "npx ncc build src/index.ts -o dist --source-map",
Expand Down

0 comments on commit 522c42b

Please sign in to comment.