Skip to content

Commit

Permalink
[GitHubHacktoberfest] 2024 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Oct 13, 2024
1 parent a8a1e77 commit a80edcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/github/github-hacktoberfest.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class GithubHacktoberfestCombinedStatus extends GithubAuthV4Servi
static category = 'issue-tracking'
static route = {
base: 'github/hacktoberfest',
pattern: ':year(2019|2020|2021|2022|2023)/:user/:repo',
pattern: ':year(2019|2020|2021|2022|2023|2024)/:user/:repo',
queryParamSchema,
}

Expand All @@ -64,7 +64,7 @@ export default class GithubHacktoberfestCombinedStatus extends GithubAuthV4Servi
parameters: [
pathParam({
name: 'year',
example: '2023',
example: '2024',
schema: { type: 'string', enum: this.getEnum('year') },
}),
pathParam({ name: 'user', example: 'tmrowco' }),
Expand Down

0 comments on commit a80edcb

Please sign in to comment.