diff --git a/.gitignore b/.gitignore index 050c9d95..e2d85d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,11 @@ /log/* !/log/.keep /tmp + +# Ignore mac hidden filesystem files +.DS_Store +# Ignore vim files +*~ + +# Ignore bundled files +vendor/bundle/* diff --git a/.ruby-version b/.ruby-version index 2cc0d985..7bde84d0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-2.5 +ruby-3.1.2 diff --git a/Gemfile b/Gemfile index e15cb90c..39fcaaec 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/config/alphagov.yml b/config/alphagov.yml deleted file mode 100644 index 5febc27f..00000000 --- a/config/alphagov.yml +++ /dev/null @@ -1,194 +0,0 @@ -# Please insert new items alphabetically. -data-gov-uk: - members: - - andrewgarner - - benthorner - - emmabeynon - - hannako - - laurentqro - - maxgds - - rossjones - - channel: - "#datagovuk-tech" - - exclude_titles: - - "WIP" - - "[WIP]" - - "DO NOT MERGE" - - "[DO NOT MERGE]" - - include_repos: - - datagovuk_publish - - datagovuk_find - - datagovuk_infrastructure - -data-informed-content: - members: - - chao-xian - - kylemacpherson - - matmoore - - peteglondon - - pmanrubia - - theKHutDeveloper - - channel: - "#data-informed-content" - - exclude_titles: - - "[DO NOT MERGE]" - - "Don't merge" - - DO NOT MERGE - - "Waiting on factcheck" - - WIP - - use_labels: true - - exclude_labels: - - "[DO NOT MERGE]" - - "Don't merge" - - DO NOT MERGE - - "Waiting on factcheck" - - quotes: - - Be the change you want to see! - - Help each other out. Pair if possible. - - Be considerate to remote workers. Ask \#remote-workers for tips. - - Who's organising the next team lunch? - - If you're not well, don't come in to the office. And get some rest! - - Does your work have a story? Has your story got points? - - I AM VENGEANCE! I AM THE NIGHT! I AM BATMAN! :batsignal: - -govuk-design-system: - members: - - 36degrees - - alex-ju - - dashouse - - hannalaakso - - igloosi - - nickcolley - - timpaul - - channel: - "#design-system-dev" - - exclude_titles: - - DO NOT MERGE - - WIP - -porg-pages: - members: - - andysellick - - Davidslv - - MahmudH - - rubenarakelyan - - sihugh - - tijmenb - - channel: - "#porg-pages" - - exclude_titles: - - WIP - - "[WIP]" - - "[DO NOT MERGE]" - - quotes: - - I find your lack of an easily implemented change process for organisations disturbing - - When 900 years you have worked on Whitehall, look as good you will not. - - These are not the organisation pages you are looking for - - Migration is the path to the dark side. Migration leads to anger; anger leads to hate; hate leads to suffering. I sense much migration in you. - -platform-health: - members: - - barrucadu - - bevanloon - - boffbowsh - - deborahchua - - kevindew - - steventux - - thomasleese - - channel: - "#platform-health" - - exclude_titles: - - "[DO NOT MERGE]" - - "WIP" - -reliability-engineering: - members: - - afda16 - - issyl0 - - jljalderman - - rtrinque - - stephenharker - - surminus - - suthagahrt - - channel: - "#r20g-infra-internal" - - exclude_titles: - - "[DO NOT MERGE]" - - WIP - - quotes: - - "Someone needs to think of some new quotes!" - -taxonomy-and-navigation: - members: - - 1pretz1 - - alextea - - cbaines - - koetsier - - leenagupte - - miaallers - - mmholland88 - - myst3ria - - peteglondon - - tijmenb - - vanitabarrett - - channel: - "#taxonomy-and-nav" - - exclude_titles: - - "[DO NOT MERGE]" - - "Don't merge" - - DO NOT MERGE - - WIP - - "[SEAL IGNORE]" - - RFC - -testing: - members: - - binaryberry - - boffbowsh - - fofr - - channel: - "#bot-testing" - - exclude_titles: - - "[DO NOT MERGE]" - - WIP - - quotes: - - Everyone should have the opportunity to learn. Don’t be afraid to pick up stories on things you don’t understand and ask for help with them. - - Be nice and respect each other. Support each other. - - Don’t be a silo of knowledge - -gov-uk-licensing-support: - members: - - PeteLeaman - - SomniGiggles - - steven-radford - - chrispapto - - channel: - "#govuk-licensing" - - exclude_titles: - - "[DO NOT MERGE]" - - "[WIP]" diff --git a/config/driverreach.yml b/config/driverreach.yml new file mode 100644 index 00000000..73b5aa83 --- /dev/null +++ b/config/driverreach.yml @@ -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"