-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
🧪 Make a draft based plugin bump PR CI trigger #12502
🧪 Make a draft based plugin bump PR CI trigger #12502
Conversation
83bf818
to
d03b7f9
Compare
Normally, PRs/commits published using the default GitHub Actions CI/CD API token are not propagated to any integrations. This patch marks the plugin update PR as a draft and leaves a comment asking the maintainers to mark it as ready for review in order to actually trigger a CI run. This idea is found in GitHub's own repos: * github/codeql-action#2263 (comment) * https://github.com/github/codeql-action/blob/4ebadbc7/.github/workflows/update-dependencies.yml#L38-L41 * github/codeql-action#1868 * github/codeql-action#679
d03b7f9
to
072cb52
Compare
@RonnyPfannschmidt this is ready to be auto-merged ^ |
- opened # default | ||
- synchronize # default | ||
- reopened # default | ||
- ready_for_review # used in PRs created from the release workflow |
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.
Note for the future: the code comment refers to the release workflow, but it's actually update-plugin-list.yml
. We need to update the comment at some point.
CI runs. From now on, they only need to click the `Ready for review` | ||
button instead. | ||
|
||
-- by :user:`webknjaz`. |
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.
Trailing period correction: #12561.
…02--ci-plugin-update-draft-ux 📝💄 Drop trailing period from #12502 byline
Normally, PRs/commits published using the default GitHub Actions CI/CD API token are not propagated to any integrations. This patch marks the plugin update PR as a draft and leaves a comment asking the maintainers to mark it as ready for review in order to actually trigger a CI run.
This idea is found in GitHub's own repos: