-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(1769): [1] Add property to SCHEMA_HOOK #471
feat(1769): [1] Add property to SCHEMA_HOOK #471
Conversation
.optional() | ||
.label('Modified files of head commit'), | ||
|
||
removedFiles: Joi.array() |
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.
deleted
is used in git command, so I think that it is better to use deleted
instead of removed
.
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.
The GitHub and GitLab webhook specification treats deleted files as removed
, so I think it's better to leave them as removed
.
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.
Okey, I see. Thank you.
🎉 This PR is included in version 21.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Context
To support the changes in screwdriver-cd/scm-github#200, I change the data structure associated with SCM.
Objective
References
scm-base PR
scm-github PR
scm-gitlab PR
screwdriver PR
screwdriver-cd/screwdriver#1769 (comment)
License
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.