Skip to content

Review Badger

Actions
Badger your team to pick up reviews
v1.0.3
Latest
Star (0)

Tags

 (2)

Review Badger

GitHub Action Installation

Note, in order for this to work, be sure to have a token available with required permissions to leverage the GitHub GraphQL API: Authenticating with GraphQL

Example Usage

name: Review Badger

on:
  schedule:
    # Every weekday every 2 hours during working hours, send notification
    - cron: '0 8-17/2 * * 1-5'

jobs:
  pr-reviews-reminder:
    runs-on: ubuntu-latest
    steps:
      uses: sparkpost/review-badger@main
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
        GITHUB_REPOSITORY: ${{ github.repository }}
        SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
      with:
        slackChannel: '#general'

Publishing Changes

  1. Make desired changes
  2. Run npm run build
  3. Commit those compiled changes to the default branch

Review Badger is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Badger your team to pick up reviews
v1.0.3
Latest

Tags

 (2)

Review Badger is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.