Skip to content

Open Pull Requests Notifier

Actions
Posts a message on slack with the list of open pull requests
v1.0.1
Latest
Star (1)

Linting and Unit Tests

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

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/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          slackbot-token: YOUR_SLACKBOT_TOKEN
          slack-conversation-id: YOUR_CHANNEL_ID

Output example

The output is similar to: Usage example when integrated into Slack

Open Pull Requests Notifier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Posts a message on slack with the list of open pull requests
v1.0.1
Latest

Open Pull Requests Notifier is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.