Create PRs as drafts to prompt maintainers to trigger PR checks

PR checks won't be triggered on PRs created by Actions workflows.
Therefore mark PRs created by workflows as draft to prompt maintainers
to take the PR out of draft, thereby triggering PR checks.
This commit is contained in:
Henry Mercer 2021-08-03 18:14:59 +01:00
parent 33927cc1c9
commit 7eb261eac8
3 changed files with 8 additions and 11 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install PyGithub==1.51 requests
pip install PyGithub==1.55 requests
- name: Update git config
run: |