Skip to content

Commit cdeef1d

Browse files
committed
docs: support option (buy me a coffee)
1 parent 217f16d commit cdeef1d

File tree

4 files changed

+62
-58
lines changed

4 files changed

+62
-58
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,7 @@ Thanks for spending time on this project.
155155
- [Reddit / Recommended slack app to post github pull requests notifications?](https://www.reddit.com/r/Slack/comments/1e3pdfr/comment/llhfu11/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
156156
157157
- [GitHub Discussions / Best way to send slack to developers notifications daily about new PRs, new issues or new comments?](https://github.com/orgs/community/discussions/70288)
158+
159+
<br />
160+
<br />
161+
<a href="https://www.buymeacoffee.com/coltenkrauter"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=coltenkrauter&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" /></a>

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37661,7 +37661,7 @@ var core = __nccwpck_require__(2186);
3766137661
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
3766237662
var github = __nccwpck_require__(5438);
3766337663
;// CONCATENATED MODULE: ./package.json
37664-
const package_namespaceObject = JSON.parse('{"u2":"@krauters/github-notifier","i8":"0.12.0","Xh":"https://github.com/krauters/github-notifier"}');
37664+
const package_namespaceObject = JSON.parse('{"u2":"@krauters/github-notifier","i8":"0.13.0","Xh":"https://github.com/krauters/github-notifier"}');
3766537665
;// CONCATENATED MODULE: ./src/defaults.ts
3766637666
const scmUrl = 'https://github.com';
3766737667
const prBaseUrl = `${scmUrl}/pulls?q=is%3Aopen+is%3Apr+archived%3Afalse+draft%3Afalse+user%3A`;

package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@krauters/github-notifier",
33
"description": "GitHub Notifier by Krauters – Post Open Pull Requests to Slack",
4-
"version": "0.12.0",
5-
"author": "Colten Krauter",
4+
"version": "0.13.0",
5+
"author": "Colten Krauter <coltenkrauter>",
66
"type": "module",
77
"homepage": "https://github.com/krauters/github-notifier",
88
"repository": {
@@ -51,7 +51,7 @@
5151
"make-coverage-badge": "^1.2.0",
5252
"ts-jest": "^29.2.5",
5353
"ts-node": "^10.9.2",
54-
"typescript": "^5.5.4",
55-
"typescript-eslint": "^8.4.0"
54+
"typescript": "^5.6.2",
55+
"typescript-eslint": "^8.5.0"
5656
}
5757
}

0 commit comments

Comments
 (0)