-
Notifications
You must be signed in to change notification settings - Fork 60
feat(github-actions): create a github action to automatically apply and remove breaking changes label #138
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
devversion
left a comment
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.
LGTM
55e769d to
169468f
Compare
…hub-app into utility function
…nd remove breaking changes label Automatically apply and remove breaking changes label based on the presence of a commit containing a breaking change. Closes angular#127
169468f to
b436cf4
Compare
| import {parseCommitMessage} from '../../ng-dev/commit-message/parse'; | ||
| import {getAuthTokenForAngularRobotApp} from '../utils'; | ||
|
|
||
| const breakingChangesLabel = 'breaking 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.
Actually it appears that the label in FW has been changed to flag: breaking change.
angular/angular@ebc80b3#diff-0f6460592cf1db69dc570c128942fb78af50c792b862af847654785406727242
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
See individual commits.