Run pully
Version updated for https://github.com/N35N0M/pully to version 3.0.2.
- 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
Pully is a GitHub Action that automates the process of posting real-time updates about pull request (PR) statuses to a designated Slack channel, providing a concise overview of PR progress in fast-paced development environments. It eliminates the need for additional services by operating within the repository and updates a single Slack message per PR, displaying key details such as PR state, author, reviewers, approvals, and change requests. This streamlines team communication and helps stakeholders stay informed about PR statuses without manually checking GitHub.
Release notes
3.0.2 (2026-03-18)
Bug Fixes
- forgot to add PULLY_HIDE_REVIEWS_WHEN_PR_CLOSED to action parameters (0c113e6)