mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-17 02:10:03 +02:00
add dependabot regeneration config
This commit is contained in:
parent
8a40a33fa9
commit
564c8799a4
2 changed files with 98 additions and 0 deletions
17
.github/workflows/generate.yml
vendored
Normal file
17
.github/workflows/generate.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Regenerate parser
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
regenerate:
|
||||
uses: tree-sitter/workflows/.github/workflows/regenerate.yml@main
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue