https://github.com/leopic/gh-action-open-pr-slack-parser
GitHub action to parse all open PRs in a repo in parse them in a Slack friendly format.
https://github.com/leopic/gh-action-open-pr-slack-parser
github github-actions github-actions-javascript pull-requests reminders slack
Last synced: about 1 month ago
JSON representation
GitHub action to parse all open PRs in a repo in parse them in a Slack friendly format.
- Host: GitHub
- URL: https://github.com/leopic/gh-action-open-pr-slack-parser
- Owner: leopic
- License: mit
- Created: 2020-05-04T20:38:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T11:43:15.000Z (over 3 years ago)
- Last Synced: 2026-04-26T06:13:08.672Z (about 2 months ago)
- Topics: github, github-actions, github-actions-javascript, pull-requests, reminders, slack
- Language: JavaScript
- Homepage:
- Size: 5.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# GitHub Open PR list Slack Block Parser
A GitHub action, meant to be run on a schedule, to list all open pull requests on a GitHub repository.
## Usage
```yaml
name: Verify All Open Pull Requests
on:
schedule:
- cron: "0 9 * 1-5 *"
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Get PR list
uses: leopic/gh-action-open-pr-notifier@v1.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
slackbot-token: YOUR_SLACKBOT_TOKEN
slack-conversation-id: YOUR_CHANNEL_ID
```
## Output example
The output is similar to:
