Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 346 Bytes

satel-pr-slack-notifier

This centralized GitHub action notifies devs on slack about the comments on their PR

Usage

    - name: Run PR commenter
      uses: SatelCreative/[email protected]
      with: 
        SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }}
        SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}