PR Slack Reminder
Version updated for https://github.com/hellej/pr-slack-reminder-action to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The PR Slack Reminder Action is a GitHub Action designed to automate sending Slack notifications about open pull requests across multiple repositories. It helps teams stay on top of their PRs by providing customizable reminders with detailed review status, optional highlighting for older PRs needing attention, and the ability to snooze individual PRs. This action is ideal for teams looking for greater flexibility in PR monitoring and notification formatting compared to GitHub’s built-in reminders.
What’s Changed
What’s Changed
- Update action executables (d5a9dbc) github-actions[bot]
- Update README.md (cc60b2e) @hellej
- refactor: update snooze command regex and improve test cases for consistency (42b161a) @hellej
- feat: cap snooze duration to a maximum of 365 days (7dce6bc) @hellej
- cleanup (6b507a1) @hellej
- feat: snooze PR reminders via magic comments (7d2c97e) @hellej
- Bump github.com/slack-go/slack from 0.22.0 to 0.23.0 (#33) (206ccf0) dependabot[bot]
- Bump slackapi/slack-github-action (#34) (108a14b) dependabot[bot]
- Add AGENTS.md (9053af9) @hellej
- add skill for releasing (7728d9a) @hellej
Full Changelog: https://github.com/hellej/pr-slack-reminder-action/compare/v1.0.1...v1.1.0