-
Notifications
You must be signed in to change notification settings - Fork 15
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
Research PR-issue automation for CLI #142
Comments
We will do the simple ones and the others that needs more refinement will be separated to another issue. |
There is a problem with the "has conflicts" label. The default The problem is more complex. We may need to prioritize this option in a separate issue. |
Some thoughts about linked issues:
|
Part of #142 - [x] when a PR is opened, author should be assigned automatically - [x] when a PR changes a package (e.g. `plugin-eslint`), the corresponding label should be assigned - [ ] when a PR is linked to an issue, issue status should change to "In review" - [ ] when a PR is linked to an issue, all of the issue's labels should be added to the PR - [ ] when a PR is not linked to an issue, it should be added to Project board with "In review" status - [x] when a PR title is created or changed, it should be checked with Commitlint - [ ] when a PR cannot be merged because of conflicts, a "has conflicts" label should be added (and removed once conflicts are resolved) Make three integrations. Another has to be done in another PR.
@vmasek lets close it |
Use GitHub Actions (use what's in the marketplace) to automate the following:
plugin-eslint
), the corresponding label should be assignedThe text was updated successfully, but these errors were encountered: