Run pully
Version updated for https://github.com/N35N0M/pully to version 3.0.4.
- 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 task of posting and updating concise Slack messages to provide real-time status updates for pull requests (PRs) in a single channel. It eliminates the need for external services by leveraging a dedicated orphan branch in the repository to manage state, offering a lightweight solution for tracking PR progress, approvals, and requested changes. This action is particularly useful for teams working in high-paced environments by improving collaboration and visibility into PR statuses without requiring direct Slack channel read permissions.
What’s Changed
3.0.4 (2026-04-20)
Bug Fixes
- bumping: do not bump PRs marked as draft, as they arent meant for decisive reviews yet (3c0cf3a)