{"id":13721290,"url":"https://github.com/actions/github","last_synced_at":"2025-10-08T05:30:38.506Z","repository":{"id":65155309,"uuid":"177031768","full_name":"actions/github","owner":"actions","description":"Wraps actions-toolkit into an Action for common GitHub automations.","archived":true,"fork":false,"pushed_at":"2020-04-13T15:49:50.000Z","size":32,"stargazers_count":107,"open_issues_count":2,"forks_count":37,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-14T19:33:09.296Z","etag":null,"topics":[],"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/actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-21T22:15:23.000Z","updated_at":"2024-09-20T10:43:17.000Z","dependencies_parsed_at":"2023-01-05T13:16:33.814Z","dependency_job_id":null,"html_url":"https://github.com/actions/github","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fgithub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235683861,"owners_count":19029079,"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:01:15.043Z","updated_at":"2025-10-08T05:30:33.243Z","avatar_url":"https://github.com/actions.png","language":"JavaScript","funding_links":[],"categories":["Official Resources"],"sub_categories":["Official Actions"],"readme":"# GitHub Action for GitHub\n\n🚨 **This action is deprecated! Please use [actions/github-script](https://github.com/actions/github-script), instead.**\n\nThis action conveniently wraps [actions-toolkit](https://github.com/JasonEtco/actions-toolkit), making it simple to do things like label, assign, and comment on issues on GitHub.\n\nHere are a few use cases for this action:\n\n## Applying a \"triage\" label on any new issue:\n\n```yml\nname: Triage\non:\n  issues:\n    types: [opened]\njobs:\n  applyTriageLabel:\n    name: Apply Triage Label\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Apply Triage Label\n        uses: actions/github@v1.0.0\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          args: label triage\n```\n\n## Commenting on an issue\n\n```yml\nname: Triage\non:\n  issues:\n    types: [opened]\njobs:\n  commentOnNewIssues:\n    name: Comment On New Issues\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Comment On New Issues\n        uses: actions/github@v1.0.0\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          args: comment \"Hello World\"\n```\n\n## Assigning any newly created issues\n\n```yml\nname: Triage\non:\n  issues:\n    types: [opened]\njobs:\n  assignMonaLisa:\n    name: Assign MonaLisa\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Assign MonaLisa\n        uses: actions/github@v1.0.0\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          args: assign @monalisaoctocat\n```\n\n## Contributing\n\nCheck out [this doc](CONTRIBUTING.md).\n\n## License\n\nThis action is released under the [MIT license](LICENSE.md).\nContainer images built with this project include third party materials. See [THIRD_PARTY_NOTICE.md](THIRD_PARTY_NOTICE.md) for details.\n\n## Current Status\n\nThis action is in active development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions%2Fgithub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factions%2Fgithub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions%2Fgithub/lists"}