{"id":22544001,"url":"https://github.com/wktk/conflibot","last_synced_at":"2025-04-09T23:50:45.603Z","repository":{"id":40724479,"uuid":"253019435","full_name":"wktk/conflibot","owner":"wktk","description":"Check and warn if a Pull Request will conflict with another Pull Request when they get merged.","archived":false,"fork":false,"pushed_at":"2024-10-29T19:28:15.000Z","size":1247,"stargazers_count":10,"open_issues_count":15,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T21:36:54.507Z","etag":null,"topics":["actions","github-actions","javascript-action","project-management","pull-requests"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/conflibot","language":"TypeScript","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/wktk.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-04-04T14:33:42.000Z","updated_at":"2024-04-28T06:10:15.000Z","dependencies_parsed_at":"2023-12-25T22:27:59.425Z","dependency_job_id":"5fe773cb-ab79-4d08-8387-d564a826d016","html_url":"https://github.com/wktk/conflibot","commit_stats":{"total_commits":148,"total_committers":3,"mean_commits":"49.333333333333336","dds":"0.33783783783783783","last_synced_commit":"26c882732a673e2cdbb3b158a485e698e23133c2"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wktk%2Fconflibot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wktk%2Fconflibot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wktk%2Fconflibot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wktk%2Fconflibot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wktk","download_url":"https://codeload.github.com/wktk/conflibot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131454,"owners_count":21052819,"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","github-actions","javascript-action","project-management","pull-requests"],"created_at":"2024-12-07T14:05:54.648Z","updated_at":"2025-04-09T23:50:45.577Z","avatar_url":"https://github.com/wktk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conflibot\n\nCheck and warn if a Pull Request will conflict with another Pull Request when they get merged.\n\n## Configuration\n\n```yaml\nname: conflibot\non: pull_request_target\n\njobs:\n  conflibot:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - name: Warn potential conflicts\n        uses: wktk/conflibot@v1\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          exclude: |\n            yarn.lock\n            **/*.bin\n```\n\n### Inputs\n\n- `github-token` *required*: GitHub API token with write access to the repo\n- `exclude`: Ignored path patterns in **newline-separated** glob format\n\n## Screenshots\n\n![](./misc/checks.png)\n![](./misc/details.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwktk%2Fconflibot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwktk%2Fconflibot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwktk%2Fconflibot/lists"}