summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-30 12:06:13 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-30 12:06:13 -0500
commit2b839bad1c2189f4eeb0f74c4a2455ba6687741b (patch)
tree936a3751b8e2199f33c588083de78688e5e1cff5
parent060d491a9aaacfe457ad365cfd60b611fc9f5bcf (diff)
downloadpytest-runner-2b839bad1c2189f4eeb0f74c4a2455ba6687741b.tar.gz
Add note about automatic merging of PRs and the requirements and limitations.
-rw-r--r--skeleton.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/skeleton.md b/skeleton.md
index dd8ec01..0938f89 100644
--- a/skeleton.md
+++ b/skeleton.md
@@ -138,6 +138,8 @@ Features include:
- test against multiple Python versions
- run on late (and updated) platform versions
- automated releases of tagged commits
+- [automatic merging of PRs](https://github.com/marketplace/actions/merge-pull-requests) (requires [protecting branches with required status checks](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks), [not possible through API](https://github.community/t/set-all-status-checks-to-be-required-as-branch-protection-using-the-github-api/119493))
+
### Continuous Deployments