Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@
/log/*
!/log/.keep
/tmp

# Ignore mac hidden filesystem files
.DS_Store
# Ignore vim files
*~

# Ignore bundled files
vendor/bundle/*
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.5
ruby-3.1.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '~> 2.5'
ruby '~> 3.1.2'

gem 'slack-poster', '~> 2.2.1'
gem 'octokit', '~> 4.0'
Expand Down
194 changes: 0 additions & 194 deletions config/alphagov.yml

This file was deleted.

43 changes: 43 additions & 0 deletions config/driverreach.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Please insert new items alphabetically.

development:
members:
- kovalevswan
- mileszs
- lnavimanl
- sam2themax
- sergey-verevkin
- indymichelle
- degendra
- iLucker93
- subashkhatri
- OleksandrPedchenko
- fmd5045
- abhinavrisal
- subinshrestha7
- thirdshift

channel:
"#seal_code-review"

exclude_titles:
- "[DO NOT MERGE]"
- DO NOT MERGE
- WIP

quotes:
- I'm pretty sure there's a lot more to life than being really, really, ridiculously good looking. And I plan on finding out what that is.
- Where shall we go for lunch?
- Where's the data?
- I've been kissed by a rose on the gray
- Ba-da-da, ba-da-da-da-da-da, ba-da-da

use_labels: true

exclude_labels:
- "in progress"
- "needs work"
- "ready for merge"
- "go to market"
- "blocker"
- "ready for QA"