A GitHub action, meant to be run on a schedule, to list all open pull requests on a GitHub repository.
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
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.