mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
ci: mark automated PRs as draft (#2413)
The required checks can be initiated by marking the PR as ready for review.
This commit is contained in:
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/workflows/update-parsers-pr.yml
vendored
1
.github/workflows/update-parsers-pr.yml
vendored
@@ -54,3 +54,4 @@ jobs:
|
||||
title: Update lockfile.json
|
||||
branch: update-lockfile-pr
|
||||
base: ${{ github.head_ref }}
|
||||
draft: true
|
||||
|
||||
1
.github/workflows/update-readme.yml
vendored
1
.github/workflows/update-readme.yml
vendored
@@ -39,3 +39,4 @@ jobs:
|
||||
title: Update README
|
||||
branch: update-readme-pr
|
||||
base: ${{ github.head_ref }}
|
||||
draft: true
|
||||
|
||||
Reference in New Issue
Block a user