Skip to content

Commit

Permalink
Create dangerbot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored Jan 28, 2020
1 parent 8cd3474 commit 2cc046e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/dangerbot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: off-dangerbot

on:
pull_request:
types: assigned

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Assign reviewer if prompted
# API token for off-dangerbot
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
run: |
gem install danger --version '~> 5.0'
danger --version
danger

0 comments on commit 2cc046e

Please sign in to comment.