aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-02-01 09:08:45 +0100
committerGitHub <noreply@github.com>2022-02-01 09:08:45 +0100
commit3041e32701c253122c7bbd366a97990d0fb718e6 (patch)
tree22ba0ddf9b511c5f23b0b64f0d1c305b390952e8 /.github/workflows
parentci: skip swift check on neovim stable (diff)
downloadnvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar
nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.gz
nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.bz2
nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.lz
nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.xz
nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.zst
nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.zip
ci: mark automated PRs as draft (#2413)
The required checks can be initiated by marking the PR as ready for review.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml5
-rw-r--r--.github/workflows/update-parsers-pr.yml1
-rw-r--r--.github/workflows/update-readme.yml1
3 files changed, 6 insertions, 1 deletions
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:
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index e1f090532..725a43560 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -54,3 +54,4 @@ jobs:
title: Update lockfile.json
branch: update-lockfile-pr
base: ${{ github.head_ref }}
+ draft: true
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index ccadd144c..652ab0cb5 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -39,3 +39,4 @@ jobs:
title: Update README
branch: update-readme-pr
base: ${{ github.head_ref }}
+ draft: true