{"id":18644000,"url":"https://github.com/jazzsequence/action-validate-plugin-version","last_synced_at":"2026-02-13T01:07:59.240Z","repository":{"id":258095207,"uuid":"872780522","full_name":"jazzsequence/action-validate-plugin-version","owner":"jazzsequence","description":"A GitHub action that validates the last tested plugin version against the current version of WordPress.","archived":false,"fork":false,"pushed_at":"2025-12-19T16:14:10.000Z","size":55,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T06:46:15.384Z","etag":null,"topics":["github-actions","hacktoberfest","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","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/jazzsequence.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-15T04:09:45.000Z","updated_at":"2025-12-19T16:14:03.000Z","dependencies_parsed_at":"2024-11-26T17:23:06.476Z","dependency_job_id":"5cee5a9a-268e-4d24-913e-3d4aa3941661","html_url":"https://github.com/jazzsequence/action-validate-plugin-version","commit_stats":{"total_commits":45,"total_committers":3,"mean_commits":15.0,"dds":0.06666666666666665,"last_synced_commit":"a2dd8351c7ebb74b547676e7d6c03bb21abeadd6"},"previous_names":["jazzsequence/action-validate-plugin-version"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/jazzsequence/action-validate-plugin-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2Faction-validate-plugin-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2Faction-validate-plugin-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2Faction-validate-plugin-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2Faction-validate-plugin-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzsequence","download_url":"https://codeload.github.com/jazzsequence/action-validate-plugin-version/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2Faction-validate-plugin-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29390998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"ssl_error","status_checked_at":"2026-02-13T00:53:09.126Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github-actions","hacktoberfest","wordpress","wordpress-plugin"],"created_at":"2024-11-07T06:09:17.556Z","updated_at":"2026-02-13T01:07:59.228Z","avatar_url":"https://github.com/jazzsequence.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Validate WordPress Plugin \"Tested Up To\" Version\n[![GitHub License](https://img.shields.io/github/license/jazzsequence/action-validate-plugin-version)](https://github.com/jazzsequence/action-validate-plugin-version/blob/main/LICENSE)\n[![Validate Plugin Version Test](https://github.com/jazzsequence/action-validate-plugin-version/actions/workflows/test.yml/badge.svg)](https://github.com/jazzsequence/action-validate-plugin-version/actions/workflows/test.yml)\n\nA GitHub action that validates the last tested plugin version against the current version of WordPress.\n\n## Usage\n\n```yaml\nname: Validate Plugin Version\non:\n  schedule:\n    - cron: '0 0 * * 0'\npermissions:\n  contents: write\n  pull-requests: write\n  \njobs:\n  validate:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          fetch-depth: 0\n      - name: Validate Plugin Version\n        uses: jazzsequence/action-validate-plugin-version@v2\n        with:\n          plugin-path: 'path/to/plugin-slug/'\n          filenames: 'readme.txt,README.MD'\n          branch: 'main'\n```\n\n### Configuration\n\nYour `actions/checkout` action **must include** `fetch-depth`. `fetch-depth: 0` ensures that all branches are pulled which is _necessary_ for ensuring that the _correct branch_ is used to create the pull request against.\n\n### Inputs\n\n#### `plugin-path`\nThe path to the plugin directory to validate. If not specified, the action will use the project root.\n\n#### `dry-run`\nOnly used in self-testing. If passed, this will not actually create a PR against the repository.\n\n#### `gh-token`\nThe GitHub token to use for creating a PR. If not specified, the action will use the default GitHub token.\n\n#### `filenames`\nA comma-separated list of filenames to check for the \"Tested Up To\" version. If not specified, the action will use `readme.txt` and `README.md`.\n\n#### `branch`\nThe branch to create the PR against. If not specified, the action will use the branch the workflow is running on (default branch for cron-triggered workflows).\n\n#### `pr-status`\nThe status to set on the PR. If not specified, the action will create a _draft_ PR. Accepts `draft` or `open`.\n\n#### `validation-level`\nThe validation level to use. Accepts `patch` or `minor`. If not specified, the action will use `minor`.\n\n- `minor`: Compares the \"Tested Up To\" version against the current WordPress version using only the major and minor numbers (e.g., `6.1`), ignoring the patch number.\n- `patch`: Compares the full version including the patch number (e.g., `6.1.2`), requiring an exact match for validation.\n\n## Permissions\n\nThe `write` permissions on `contents` and `pull-requests` are important. They are required for the action to commit the changes back to the repository and open a pull request. The only files affected by the action are files named `readme.txt`, `README.md` or those files matching the pattern (looking for \"Tested Up To\" in the file) that have been specified in the `filenames` input. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzsequence%2Faction-validate-plugin-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzsequence%2Faction-validate-plugin-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzsequence%2Faction-validate-plugin-version/lists"}