Skip to content

GitHub action to parse all open PRs in a repo in parse them in a Slack friendly format.

License

Notifications You must be signed in to change notification settings

alinceDev/gh-action-open-pr-slack-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub action to parse all open PRs in a repo in parse them in a Slack friendly format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%