Check that pull requests target unstable (#2187)

Attempt to prevent accidental merges to `stable` due to GitHub's default behaviour of opening PRs against it.

I've intentionally opened this PR against `stable` to test the functionality ;)
This commit is contained in:
Michael Sproul
2021-02-09 02:00:53 +00:00
parent 7c059117f4
commit 6f4da9a5d2
2 changed files with 8 additions and 1 deletions

View File

@@ -16,4 +16,4 @@ status = [
]
use_squash_merge = true
timeout_sec = 7200
pr_status = ["license/cla"]
pr_status = ["license/cla", "target-branch-check"]