Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BatchRewarder::REPOSITORIES #10593

Merged

Conversation

citizen428
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

While looking at #10064 I realized that we never updated BatchRewarder::REPOSITORIES to reflect the move from ThePracticalDev/dev.to to forem/forem. I also added forem/forem-browser-extension since it's open-source and had external contributions already.

Related Tickets & Documents

Related to #10064

QA Instructions, Screenshots, Recordings

n/a

Added tests?

  • yes
  • no, because they aren't needed (the existing tests stub the constant so the actual value is not important)
  • no, because I need help

Added to documentation?

  • docs.forem.com
  • readme
  • no documentation needed

@pr-triage pr-triage bot added the PR: unreviewed bot applied label for PR's with no review label Oct 5, 2020
@citizen428 citizen428 requested review from benhalpern, a team and jacobherrington and removed request for a team October 5, 2020 04:45
@@ -1,6 +1,11 @@
module BadgeRewarder
YEARS = { 1 => "one", 2 => "two", 3 => "three", 4 => "four", 5 => "five", 6 => "six", 7 => "seven" }.freeze
REPOSITORIES = ["thepracticaldev/dev.to", "thepracticaldev/DEV-ios", "thepracticaldev/DEV-Android"].freeze
REPOSITORIES = [
"forem/forem",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This replaced "thepracticaldev/dev.to".

REPOSITORIES = ["thepracticaldev/dev.to", "thepracticaldev/DEV-ios", "thepracticaldev/DEV-Android"].freeze
REPOSITORIES = [
"forem/forem",
"forem/forem-browser-extension",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is new.

@citizen428 citizen428 requested review from Ridhwana and joshpuetz and removed request for jacobherrington October 6, 2020 03:11
@pr-triage pr-triage bot added PR: partially-approved bot applied label for PR's where a single reviewer approves changes and removed PR: unreviewed bot applied label for PR's with no review labels Oct 6, 2020
@citizen428 citizen428 merged commit 511496c into master Oct 7, 2020
@citizen428 citizen428 deleted the citizen428/update-batch-rewarder-repositories-10064 branch October 7, 2020 02:00
@pr-triage pr-triage bot added PR: merged bot applied label for PR's that are merged and removed PR: partially-approved bot applied label for PR's where a single reviewer approves changes labels Oct 7, 2020
boardfish pushed a commit to boardfish/forem that referenced this pull request Oct 17, 2020
* Update BatchRewarder::Repositories

* Sort constant alphabetically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: merged bot applied label for PR's that are merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants