{"id":13725404,"url":"https://github.com/outsideris/potential-conflicts-checker-action","last_synced_at":"2025-04-11T09:19:29.639Z","repository":{"id":53163910,"uuid":"248497523","full_name":"outsideris/potential-conflicts-checker-action","owner":"outsideris","description":"Check if this Pull Request can be conflict after other Pull Requests merged","archived":false,"fork":false,"pushed_at":"2022-11-08T15:33:41.000Z","size":215,"stargazers_count":10,"open_issues_count":5,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T06:34:01.810Z","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/outsideris.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}},"created_at":"2020-03-19T12:28:29.000Z","updated_at":"2024-04-11T17:54:52.000Z","dependencies_parsed_at":"2023-01-11T17:23:15.855Z","dependency_job_id":null,"html_url":"https://github.com/outsideris/potential-conflicts-checker-action","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":0.09999999999999998,"last_synced_commit":"fdecbd447c6399f91d425b8adad1256775727d9d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outsideris%2Fpotential-conflicts-checker-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outsideris%2Fpotential-conflicts-checker-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outsideris%2Fpotential-conflicts-checker-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outsideris%2Fpotential-conflicts-checker-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outsideris","download_url":"https://codeload.github.com/outsideris/potential-conflicts-checker-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248366961,"owners_count":21092079,"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-03T01:02:22.095Z","updated_at":"2025-04-11T09:19:29.611Z","avatar_url":"https://github.com/outsideris.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"potential-conflicts-checker-action\n-------------\n\nWhen pull requests are created or updated, this action compare all other\npull requests and then leaves comments on the pull requests\nif same files are changed, and there is any possibility to be conflicted\nwhen other pull requests merged first.\n\n![conflicts comment](example.png)\n\n## Usage\nYou can create a `.github/workflows/pr-conflicts.yml` file:\n\n```\nname: check potential conflicts\non: pull_request\n\njobs:\n  build:\n    name: potential-conflicts-checker\n    runs-on: ubuntu-latest\n    steps:\n      - uses: outsideris/potential-conflicts-checker-action@0.1.0\n        with:\n          ghToken: ${{ secrets.GITHUB_TOKEN }}\n```\n\nThis will trigger the action when a pull request is opened or updated.\nYou'll need to include the `ghToken` environment variable!\n\n## License\nLicensed under the [MIT license](https://github.com/outsideris/potential-conflicts-checker-action/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsideris%2Fpotential-conflicts-checker-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutsideris%2Fpotential-conflicts-checker-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsideris%2Fpotential-conflicts-checker-action/lists"}