From 02097e95280382b4512622ad73ef33b7eba12af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Sat, 25 Mar 2023 09:38:47 +0100 Subject: [PATCH] feat(ci): auto bump grammars --- .github/workflows/update.yml | 17 +++++++++++++++++ .gitignore | 1 + 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/update.yml diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml new file mode 100644 index 000000000000..9878bf8d1e47 --- /dev/null +++ b/.github/workflows/update.yml @@ -0,0 +1,17 @@ +name: Update + +on: + workflow_dispatch: {} + +jobs: + build: + name: Bump grammars + runs-on: ubuntu-latest + steps: + - name: Checkout sources + uses: actions/checkout@v3 + - name: Bump tree sitter grammars + uses: matoous/helix-bump-grammars@v0.2 + with: + token: '${{ secrets.GH_ACTIONS_PAT }}' + pr-limit: 5 diff --git a/.gitignore b/.gitignore index 6a6fc782a827..c573c8b2f43a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target helix-term/rustfmt.toml result runtime/grammars +node_modules/