-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature/ Update Tag class #2451
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Carlos Daniel Mondragón Chapa <[email protected]>
signatures=['ICML.cc/2023/Conference/Submission1/Senior_Area_Chairs'], | ||
tag='😄', | ||
replyto=note_edit['note']['id'] | ||
signature='ICML.cc/2023/Conference/Submission1/Senior_Area_Chairs', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it mean we need to update the current tag invitations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, https://github.com/openreview/openreview-api/pull/627.
I am open to suggestions, of course
.circleci/config.yml
Outdated
@@ -8,7 +8,7 @@ parameters: | |||
default: "master" | |||
openreview-api-v2-branch: | |||
type: string | |||
default: "main" | |||
default: "feature/tags" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you switch this to main?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Requires https://github.com/openreview/openreview-api/pull/547