Skip to content

Commit

Permalink
feat: add 2021 support to GitHub Hacktoberfest (#7086)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
calebcartwright and repo-ranger[bot] authored Oct 4, 2021
1 parent 4ad822c commit 42a9ca6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/github/github-hacktoberfest.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ export default class GithubHacktoberfestCombinedStatus extends GithubAuthV4Servi
static category = 'issue-tracking'
static route = {
base: 'github/hacktoberfest',
pattern: ':year(2019|2020)/:user/:repo',
pattern: ':year(2019|2020|2021)/:user/:repo',
queryParamSchema,
}

static examples = [
{
title: 'GitHub Hacktoberfest combined status',
namedParams: {
year: '2020',
year: '2021',
user: 'snyk',
repo: 'snyk',
},
Expand All @@ -82,15 +82,15 @@ export default class GithubHacktoberfestCombinedStatus extends GithubAuthV4Servi
{
title: 'GitHub Hacktoberfest combined status (suggestion label override)',
namedParams: {
year: '2020',
year: '2021',
user: 'tmrowco',
repo: 'tmrowapp-contrib',
},
queryParams: {
suggestion_label: 'help wanted',
},
staticPreview: this.render({
year: '2020',
year: '2021',
suggestedIssueCount: 12,
contributionCount: 8,
daysLeft: 15,
Expand Down

0 comments on commit 42a9ca6

Please # to comment.