Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Open Pull Requests Slack Reporter

GitHub Super-Linter CI

Use this action for reporting open pull requests via slack webhook

Usage

Installation is pretty simple, create separate workflow based on cron job:

   name: Open Pull Requests Reporter
   on:
     schedule:
       - cron: "00 09,13 * * 1-5"
     workflow_dispatch:
   jobs:
     send-slack-notification:
       name: Open Pull Requests Report
       runs-on: ubuntu-latest
       steps:
         - name: 'Notify in Slack'
           uses: rkhaslarov/open-pull-requests-reporter-action@v1.0.1
           with:
             repo-token: ${{ secrets.GITHUB_TOKEN }}
             slack-webhook: ${{ secrets.OPEN_PULL_REQUESTS_SLACK_WEBHOOK }}
             exclude-labels: 'LABEL' # PRs with given labels will be excluded
             stale-pr: 2 # Number of days when PR is considered as stale

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages