Skip to content

Commit

Permalink
add greenhouse host
Browse files Browse the repository at this point in the history
  • Loading branch information
konstrybakov committed Jul 28, 2024
1 parent 5ea5700 commit 2c54a2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/hiring-platforms/greenhouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ type GreenhouseJob = {
}

export class Greenhouse extends HiringPlatform {
allowedHosts = ['boards.eu.greenhouse.io', 'boards.greenhouse.io']
allowedHosts = [
'boards.eu.greenhouse.io',
'boards.greenhouse.io',
'job-boards.greenhouse.io',
]

async checkURL(): Promise<HiringPlatformName> {
if (!this.allowedHosts.includes(this.url.host)) {
Expand Down

0 comments on commit 2c54a2c

Please sign in to comment.