Skip to content

e14-io/slack-notify-pr-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Notify PR

This action posts a notification on Slack whenever a pull request is opened or reopened or its status changes to "Ready for review".

Usage

name: Slack Notification

on:
  pull_request_target:
    types:
      - opened
      - ready_for_review
      - reopened

jobs:
  notify:
    runs-on: ubuntu-latest
    steps:
      - uses: e14-io/[email protected]
        with:
          webhook-url: ${{ secrets.SLACK_WEBHOOK }}

About

Post PR notifications to Slack.

Resources

Stars

Watchers

Forks

Packages

No packages published