{"id":19351834,"url":"https://github.com/thunder/action-drupal-coder","last_synced_at":"2025-08-16T09:07:04.987Z","repository":{"id":42004006,"uuid":"236725959","full_name":"thunder/action-drupal-coder","owner":"thunder","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-11T09:47:16.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T06:40:49.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/thunder.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":"2020-01-28T12:05:12.000Z","updated_at":"2022-11-02T10:02:29.000Z","dependencies_parsed_at":"2024-11-10T04:37:34.373Z","dependency_job_id":"1254f0b2-2848-4559-b2ef-f6c3b83d3db6","html_url":"https://github.com/thunder/action-drupal-coder","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":0.4,"last_synced_commit":"7bd63d1ec37b1f62d99d9395255e9985e669f7e2"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":"reviewdog/action-template","purl":"pkg:github/thunder/action-drupal-coder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder%2Faction-drupal-coder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder%2Faction-drupal-coder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder%2Faction-drupal-coder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder%2Faction-drupal-coder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thunder","download_url":"https://codeload.github.com/thunder/action-drupal-coder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder%2Faction-drupal-coder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270689907,"owners_count":24628762,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T04:37:25.239Z","updated_at":"2025-08-16T09:07:04.965Z","avatar_url":"https://github.com/thunder.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-drupal-coder\n\n\u003c!-- TODO: replace chrfritsch/action-drupal-coder with your repo name --\u003e\n[![Test](https://github.com/chrfritsch/action-drupal-coder/workflows/Test/badge.svg)](https://github.com/chrfritsch/action-drupal-coder/actions?query=workflow%3ATest)\n[![reviewdog](https://github.com/chrfritsch/action-drupal-coder/workflows/reviewdog/badge.svg)](https://github.com/chrfritsch/action-drupal-coder/actions?query=workflow%3Areviewdog)\n[![depup](https://github.com/chrfritsch/action-drupal-coder/workflows/depup/badge.svg)](https://github.com/chrfritsch/action-drupal-coder/actions?query=workflow%3Adepup)\n[![release](https://github.com/chrfritsch/action-drupal-coder/workflows/release/badge.svg)](https://github.com/chrfritsch/action-drupal-coder/actions?query=workflow%3Arelease)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/chrfritsch/action-drupal-coder?logo=github\u0026sort=semver)](https://github.com/chrfritsch/action-drupal-coder/releases)\n[![action-bumpr supported](https://img.shields.io/badge/bumpr-supported-ff69b4?logo=github\u0026link=https://github.com/haya14busa/action-bumpr)](https://github.com/haya14busa/action-bumpr)\n\nThis is a GitHub action that checks your drupal module against the drupal coding styles (Drupal, DrupalPractice) and outputs the warnings and errors using [reviewdog](https://github.com/reviewdog/reviewdog).\n\nBy default only issues in added/modified lines are reported.\n\n## Input\n\n\u003c!-- TODO: update --\u003e\n```yaml\ninputs:\n  github_token:\n    description: 'GITHUB_TOKEN'\n    default: '${{ github.token }}'\n  ### Flags for reviewdog ###\n  filter_mode:\n    description: 'Filter results by diff or file [added, diff_context, file, nofilter]'\n    default: 'added'\n  level:\n    description: 'Report level for reviewdog [info,warning,error]'\n    default: 'error'\n  reporter:\n    description: 'Reporter of reviewdog command.'\n    default: 'github-pr-check'\n\n```\n\n## Usage\n\u003c!-- TODO: update. replace `template` with the linter name --\u003e\n\n```yaml\nname: reviewdog\non: [pull_request]\njobs:\n  # TODO: change `linter_name`.\n  linter_name:\n    name: runner / action-drupal-coder\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: chrfritsch/action-drupal-coder@v1\n        with:\n          github_token: ${{ secrets.github_token }}\n          # Possible filter modes [added, diff_context, file, nofilter]'\n          filter_mode: added\n          # Possible reviewdog reporter [github-pr-check,github-check,github-pr-review].\n          reporter: github-pr-review\n          # Change reporter level if you need.\n          # GitHub Status Check won't become failure with warning.\n          level: warning\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunder%2Faction-drupal-coder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunder%2Faction-drupal-coder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunder%2Faction-drupal-coder/lists"}