{"id":15859108,"url":"https://github.com/liamg/antispam-action","last_synced_at":"2025-04-01T19:47:28.462Z","repository":{"id":166344339,"uuid":"610926022","full_name":"liamg/antispam-action","owner":"liamg","description":"GitHub action to autoclose spam issues + PRs","archived":false,"fork":false,"pushed_at":"2023-12-18T22:15:07.000Z","size":18,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T10:49:19.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liamg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-07T19:00:47.000Z","updated_at":"2023-09-08T18:41:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe0a773a-dc8f-4836-ae92-f5baefb2a8a1","html_url":"https://github.com/liamg/antispam-action","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fantispam-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fantispam-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fantispam-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fantispam-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamg","download_url":"https://codeload.github.com/liamg/antispam-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246705721,"owners_count":20820783,"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-10-05T21:04:06.602Z","updated_at":"2025-04-01T19:47:28.420Z","avatar_url":"https://github.com/liamg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# antispam-action\n\nGitHub action to automatically close spam issues and pull requests.\n\nCurrently I use this to close PRs from Russian bots on [traitor](https://github.com/liamg/traitor).\n\n## Usage\n\nAdd the following to `.github/workflows/antispam.yml` in your repository:\n\n```\nname: antispam\n\non:\n  issues:\n    types:\n      - opened\n      - edited\n      - reopened\n  pull_request:\n    types:\n      - opened\n      - edited\n      - reopened\n      - synchronize\n\npermissions:\n  pull-requests: write\n  issues: write\n\njobs:\n  build:\n    name: Antispam\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: liamg/antispam-action@1\n        with:\n          token: ${{ github.token }}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fantispam-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamg%2Fantispam-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fantispam-action/lists"}