{"id":20696804,"url":"https://github.com/actionsdesk/close-issue-action","last_synced_at":"2025-09-27T07:30:59.659Z","repository":{"id":40889957,"uuid":"233890666","full_name":"ActionsDesk/close-issue-action","owner":"ActionsDesk","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T05:13:20.000Z","size":1229,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-21T10:18:06.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ActionsDesk.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-01-14T16:56:18.000Z","updated_at":"2020-02-04T10:50:45.000Z","dependencies_parsed_at":"2023-02-03T12:00:29.579Z","dependency_job_id":null,"html_url":"https://github.com/ActionsDesk/close-issue-action","commit_stats":{"total_commits":4,"total_committers":3,"mean_commits":"1.3333333333333333","dds":0.5,"last_synced_commit":"224fee74459290d49511a6f17c57d862aa4c027f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fclose-issue-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fclose-issue-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fclose-issue-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fclose-issue-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ActionsDesk","download_url":"https://codeload.github.com/ActionsDesk/close-issue-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234409095,"owners_count":18827927,"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-11-17T00:15:24.512Z","updated_at":"2025-09-27T07:30:54.349Z","avatar_url":"https://github.com/ActionsDesk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# close-issue-action\nA simple action that closes the issue.  Intended for use with the issue events.\n\n## Usage\n\n```\non:\n  issues:\n    types: [ opened ]\n\njobs:\n  SampleWorkflow:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v1\n      - name: Close Issue\n        uses: ActionsDesk/close-issue-action@release/v1\n        env:\n          GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}\n```\n\n## Environment Variables  \n\n* `GITHUB_TOKEN`: Personal Access Token (PAT) of a member of the organization that has privileges to close issues\n\n### Why is this needed  \nThe action needs to create an Octokit context that has permissions to update issues (in this case simply updating the state)\n\n## Contributing\nSee anything you would like to help with?  Please submit PR's, and ensure you write tests covering your new functionality.  (CI and a more complete test suite to be written :smile: )\n\n## License\nAll code and documentation in this repository are licensed under the [MIT License](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionsdesk%2Fclose-issue-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionsdesk%2Fclose-issue-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionsdesk%2Fclose-issue-action/lists"}