pytest-dev / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
11.64k stars 2.59k forks source link

🧪 Make a draft based plugin bump PR CI trigger #12502

Closed webknjaz closed 2 weeks ago

webknjaz commented 2 weeks ago

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:

webknjaz commented 2 weeks ago

@RonnyPfannschmidt this is ready to be auto-merged ^