canonical / ght

Perform actions in Greenhouse from you terminal
9 stars 14 forks source link

ght assign not reassigning interviewers #173

Closed ijansky closed 1 year ago

ijansky commented 1 year ago

Running ght assign with the config file below does not assign written interviews to individuals. It runs for about 1-2 seconds and then completes.

$ ght assign
✔ Using the saved credentials.
✔ Setup is completed.

Config file:

"Software Engineer, Commercial Systems":
  "Written Interview":
    - name: Real Name
      active: true
...

I tried changing the job name to include the role id, without quotes, etc. without any success.

anthonydillon commented 1 year ago

I believe it could be the strings in your config?

Web Developer:
  Written Interview:
    - name: First name
      active: true
    - name: Second name
      active: true
    - name: Third name
      active: true
anthonydillon commented 1 year ago

The fix has been released. Please run snap refresh ght.