mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
17 lines
320 B
YAML
17 lines
320 B
YAML
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]'
|