-
Notifications
You must be signed in to change notification settings - Fork 2
Snow incidents plugin #33
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
Conversation
…. Also added logic to let user if no service match, and if a match but no tickets
dependencies: | ||
"@octokit/auth-oauth-device" "^6.0.0" | ||
"@octokit/auth-oauth-user" "^4.0.0" | ||
"@octokit/request" "^8.0.2" | ||
"@octokit/types" "^11.0.0" | ||
"@octokit/types" "^12.0.0" |
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.
Potentially breaking change, major version upgrade
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.
Were these library updates to yarn.lock intentional? I only noticed one potentially breaking change (octokit/types) which I commented on below, but there are a significant number of minor version changes.
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.
Just need to address yarn.lock changes, I can merge in the conflicts I just want to make sure the changes were intentional
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.
Changes look great!
Background
Finishing the ServiceNow plugin that was started a while ago
This PR
Checklists
Security