Skip to content

Commit

Permalink
Adds the Danger bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway committed Jun 14, 2024
1 parent 85b890a commit 3a1907c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
android: circleci/[email protected]
revenuecat: revenuecat/[email protected]

commands:
install-android-sdk-on-macos:
Expand Down Expand Up @@ -68,6 +69,11 @@ jobs:
- android/save-build-cache

workflows:
danger:
jobs:
- revenuecat/danger:
context: danger-bot

on-main:
# On all pushes to main, except when it's a scheduled pipeline.
when:
Expand Down
1 change: 1 addition & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
danger.import_dangerfile(github: 'RevenueCat/Dangerfile')
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem 'danger'

0 comments on commit 3a1907c

Please sign in to comment.