{"id":13912397,"url":"https://github.com/gregsdennis/dependencies-action","last_synced_at":"2025-07-11T12:09:51.083Z","repository":{"id":45033031,"uuid":"314939042","full_name":"gregsdennis/dependencies-action","owner":"gregsdennis","description":"A GitHub Action that enforces PR dependencies","archived":false,"fork":false,"pushed_at":"2025-06-07T23:59:47.000Z","size":8503,"stargazers_count":38,"open_issues_count":4,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-30T14:44:31.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gregsdennis.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}},"created_at":"2020-11-22T01:47:50.000Z","updated_at":"2025-06-07T23:59:50.000Z","dependencies_parsed_at":"2023-01-04T12:26:58.743Z","dependency_job_id":"e81dbd3c-c6ac-44a9-849f-b7b18dee1f4a","html_url":"https://github.com/gregsdennis/dependencies-action","commit_stats":{"total_commits":53,"total_committers":3,"mean_commits":"17.666666666666668","dds":"0.037735849056603765","last_synced_commit":"71c5cc14fab62389a600c0a6e37584dc4916799c"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/gregsdennis/dependencies-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregsdennis%2Fdependencies-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregsdennis%2Fdependencies-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregsdennis%2Fdependencies-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregsdennis%2Fdependencies-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregsdennis","download_url":"https://codeload.github.com/gregsdennis/dependencies-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregsdennis%2Fdependencies-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264803987,"owners_count":23666514,"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":[],"created_at":"2024-08-07T01:01:24.790Z","updated_at":"2025-07-11T12:09:51.078Z","avatar_url":"https://github.com/gregsdennis.png","language":"JavaScript","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# PR Dependency Check Action\n\nThis GitHub Action enforces PR dependencies as stated in a PR's opening comment.\n\nThe bot parses the first comment of a PR looking for the key phrases \"depends on\" or \"blocked by\" followed by an issue number specified by `#` and the issue or PR number (e.g. `#5`).\n\n## Supported link styles\n\nThe action can detect links in the following styles:\n\n- Quick Link: `#5`\n- Partial Link: `gregsdennis/dependencies-action#5`\n- Partial URL: `gregsdennis/dependencies-action/pull/5`\n- Full URL: `https://github.com/gregsdennis/dependencies-action/pull/5`\n- Markdown: `[markdown link](https://github.com/gregsdennis/dependencies-action/pull/5)`\n\nWorks for both issues and PRs!\n\nAlso supports custom domains for use with GitHub Enterprise!\n\n## See it in action:\n\n- [PR to be landed first](http://github.com/gregsdennis/dependencies-action/pull/4)\n- [PR to be landed second](http://github.com/gregsdennis/dependencies-action/pull/5)\n\n## Example usage\n\nJust add the following to a `.yml` file in your `.github/workflows/` folder.\n\n```yaml\non:\n  pull_request_target: \n    types: [opened, edited, closed, reopened]\n\npermissions:\n  issues: read\n  pull-requests: read\n\njobs:\n  check_dependencies:\n    runs-on: ubuntu-latest\n    name: Check Dependencies\n    steps:\n    - uses: gregsdennis/dependencies-action@main\n      with:\n        custom-domains: my-custom-domain.io another.domain.com\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Permissions and the GitHub Token\n\nThis action interacts with the GitHub API, which requires the use of a token.\n\nThe standard `secrets.GITHUB_TOKEN` (as shown above) can be used when accessing issues and PRs on public repositories.\n\nWhen your dependencies are issues or PRs found in private repositories, a [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token) (PAT) is required.  This PAT must have access to the target repositories.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregsdennis%2Fdependencies-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregsdennis%2Fdependencies-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregsdennis%2Fdependencies-action/lists"}