{"id":15144178,"url":"https://github.com/tree-sitter/parser-update-action","last_synced_at":"2025-03-25T14:31:17.473Z","repository":{"id":224254743,"uuid":"762649560","full_name":"tree-sitter/parser-update-action","owner":"tree-sitter","description":"Dependency updating action for tree-sitter parsers","archived":false,"fork":false,"pushed_at":"2024-04-28T14:39:55.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-19T23:42:25.204Z","etag":null,"topics":["actions","tree-sitter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tree-sitter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-24T09:55:04.000Z","updated_at":"2025-01-06T22:33:55.000Z","dependencies_parsed_at":"2024-04-28T15:48:02.715Z","dependency_job_id":null,"html_url":"https://github.com/tree-sitter/parser-update-action","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"5ee33c478634411106495f65b30f38620554f56c"},"previous_names":["tree-sitter/parser-update-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-update-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-update-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-update-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-update-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tree-sitter","download_url":"https://codeload.github.com/tree-sitter/parser-update-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245480333,"owners_count":20622295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","tree-sitter"],"created_at":"2024-09-26T10:22:18.305Z","updated_at":"2025-03-25T14:31:16.935Z","avatar_url":"https://github.com/tree-sitter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tree-sitter parser update\n\n## Options\n\n```yaml\nparent-name:\n  description: The parent language name (for scanner updates)\nlanguage-name:\n  description: The current language name (for scanner updates)\ncommit-message:\n  description: The commit message\n  default: \"build: update \u0026 regenerate parser\"\nbase-branch:\n  description: The base branch of the PR\n  default: ${{github.event.repository.default_branch}}\nhead-branch:\n  description: The head branch of the PR\n  default: update-parser-pr\n```\n\n## Example configuration\n\n```yaml\nname: Update dependencies\n\non:\n  schedule:\n    - cron: \"0 0 * * 0\" # every week\n  workflow_dispatch:\n\npermissions:\n  contents: write\n  pull-requests: write\n\njobs:\n  update:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: actions/setup-node@v4\n        with:\n          cache: npm\n          node-version: 20\n      - uses: tree-sitter/parser-update-action@v1.1\n        with:\n          parent-name: c\n          language-name: cpp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftree-sitter%2Fparser-update-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftree-sitter%2Fparser-update-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftree-sitter%2Fparser-update-action/lists"}