{"id":17091603,"url":"https://github.com/superbrothers/close-pull-request","last_synced_at":"2025-04-13T05:28:21.451Z","repository":{"id":42926780,"uuid":"173101548","full_name":"superbrothers/close-pull-request","owner":"superbrothers","description":"A GitHub Action to automatically close pull requests.","archived":false,"fork":false,"pushed_at":"2023-12-08T11:00:26.000Z","size":1466,"stargazers_count":47,"open_issues_count":2,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T02:33:46.096Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"","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/superbrothers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-02-28T11:40:11.000Z","updated_at":"2025-02-21T20:03:39.000Z","dependencies_parsed_at":"2023-12-08T12:23:08.580Z","dependency_job_id":"f9a7faf4-05a8-4f3c-b440-549ba22bbc23","html_url":"https://github.com/superbrothers/close-pull-request","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.52,"last_synced_commit":"78473a7a3aa62ce59800b0adf905ffc4dc2ec746"},"previous_names":["superbrothers/auto-close-action"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Fclose-pull-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Fclose-pull-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Fclose-pull-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Fclose-pull-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superbrothers","download_url":"https://codeload.github.com/superbrothers/close-pull-request/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248668279,"owners_count":21142631,"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"],"created_at":"2024-10-14T13:59:06.754Z","updated_at":"2025-04-13T05:28:21.417Z","avatar_url":"https://github.com/superbrothers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :no_entry_sign: Close Pull Request\r\n\r\nA GitHub action to automatically close a pull request.\r\n\r\n## Usage\r\n\r\nThis Action subscribes to `pull_request_target` events. When receiving a `pull_request_target` event, this action closes the pull request triggered by the event immediately.\r\n\r\nSee [Events that trigger workflows](https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#pull_request_target) for more details about the `pull_request_target` event.\r\n\r\n```yaml\r\nname: Close Pull Request\r\n\r\non:\r\n  pull_request_target:\r\n    types: [opened]\r\n\r\njobs:\r\n  run:\r\n    runs-on: ubuntu-latest\r\n    steps:\r\n    - uses: superbrothers/close-pull-request@v3\r\n      with:\r\n        # Optional. Post a issue comment just before closing a pull request.\r\n        comment: \"We do not accept PRs. If you have any questions, please feel free to contact us.\"\r\n```\r\n\r\n## Inputs\r\n\r\n- `comment` - *Optional*. Post an issue comment just before closing a pull request.\r\n\r\n## LICENSE\r\n\r\nThis software is released under the MIT License.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbrothers%2Fclose-pull-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperbrothers%2Fclose-pull-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbrothers%2Fclose-pull-request/lists"}