From 3041e32701c253122c7bbd366a97990d0fb718e6 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 1 Feb 2022 09:08:45 +0100 Subject: ci: mark automated PRs as draft (#2413) The required checks can be initiated by marking the PR as ready for review. --- .github/workflows/lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows/lint.yml') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0352c9e87..1324f2abb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,9 @@ name: Linting and style checking -on: [push, pull_request] +on: + push: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] jobs: luacheck: -- cgit v1.2.3-70-g09d2