Skip to content

alinceDev/gh-action-reporting-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published