aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-01-14 13:39:44 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2021-01-14 14:03:34 +0100
commit2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8 (patch)
tree4284a750d37519a6ba3126f051000091962d1dc0 /.github
parentindent: add Python @ignore queries (diff)
downloadnvim-treesitter-2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8.tar
nvim-treesitter-2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8.tar.gz
nvim-treesitter-2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8.tar.bz2
nvim-treesitter-2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8.tar.lz
nvim-treesitter-2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8.tar.xz
nvim-treesitter-2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8.tar.zst
nvim-treesitter-2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8.zip
fix(ci): only track lockfile.json when updating parsers
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-parsers-pr.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index 790653fe9..ce590bc7d 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -35,6 +35,11 @@ jobs:
cp lockfile.json /tmp/lockfile.json
cat /tmp/lockfile.json | /tmp/jq --sort-keys > lockfile.json
+ - name: Commit changes
+ run: |
+ git add lockfile.json
+ git commit -m "Update lockfile.json"
+
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with: