Skip to content

Commit

Permalink
docs: link to references
Browse files Browse the repository at this point in the history
  • Loading branch information
Colten Krauter authored and coltenkrauter committed Sep 5, 2024
1 parent 4ae5707 commit 82a6524
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ See [action.yaml](./action.yaml) for more detailed information.
| `github-token` | Fine-grained GitHub token with necessary scopes for administration, PR details, and members.| Yes | |
| `slack-token` | Permissions to post to Slack and perform user lookups. | Yes | |
| `channels` | Comma-separated list of Slack channel IDs to post to. | Yes | |
| `with-test-data` | Append test data to the Slack post. | No | `false` |
| `with-archived` | Include PRs from archived repositories. | No | `false` |
| `with-public` | Include PRs from public repositories. | No | `true` |
| `with-drafts` | Include draft PRs. | No | `false` | | No | `false` |
Expand Down Expand Up @@ -148,3 +147,11 @@ Thanks for spending time on this project.
<a href="https://github.com/krauters/github-notifier/graphs/contributors">
<img src="https://contrib.rocks/image?repo=krauters/github-notifier" />
</a>
## References to this project
- [Stack Overflow / Customizing slack notification for Github pull requests](https://stackoverflow.com/questions/66948900/customizing-slack-notification-for-github-pull-requests/78949579#78949579)
- [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)
- [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)
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.8.0","Xh":"https://github.com/krauters/github-notifier"}');
const package_namespaceObject = JSON.parse('{"u2":"@krauters/github-notifier","i8":"0.9.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
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.8.0",
"version": "0.9.0",
"author": "Colten Krauter",
"type": "module",
"homepage": "https://github.com/krauters/github-notifier",
Expand Down

0 comments on commit 82a6524

Please sign in to comment.