Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 477 Bytes

A GitHub action reporting open PR and branch protection state

Usage

name: Github reporting

on:
  schedule:
    - cron: "0 9 * 1-5 *"

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      - name: Get PR list
        uses: alinceDev/gh-action-reporting-slack@main
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          slackbot-token: YOUR_SLACKBOT_TOKEN
          slack-conversation-id: YOUR_CHANNEL_ID
          ingore-draft: true