mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04: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:
parent
6799824f6b
commit
3041e32701
3 changed files with 6 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue