{"id":14985992,"url":"https://github.com/srt32/revert","last_synced_at":"2025-09-26T12:05:40.896Z","repository":{"id":55061830,"uuid":"169110604","full_name":"srt32/revert","owner":"srt32","description":"A GitHub Action to automatically revert a commit on a '/revert' comment","archived":false,"fork":false,"pushed_at":"2020-05-22T17:48:33.000Z","size":11,"stargazers_count":102,"open_issues_count":0,"forks_count":83,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-12-09T04:11:26.648Z","etag":null,"topics":["action","git","github-action","github-actions","pull-requests","revert","slash-commands"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/srt32.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":"2019-02-04T16:35:59.000Z","updated_at":"2024-11-15T13:46:44.000Z","dependencies_parsed_at":"2023-01-04T12:30:44.756Z","dependency_job_id":null,"html_url":"https://github.com/srt32/revert","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/srt32%2Frevert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srt32%2Frevert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srt32%2Frevert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srt32%2Frevert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srt32","download_url":"https://codeload.github.com/srt32/revert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230532448,"owners_count":18240792,"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":["action","git","github-action","github-actions","pull-requests","revert","slash-commands"],"created_at":"2024-09-24T14:12:06.117Z","updated_at":"2025-09-26T12:05:35.861Z","avatar_url":"https://github.com/srt32.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action to revert a commit via a comment\n\nAfter installation, comment `/revert \u003ccommit_sha\u003e` to trigger the action.\n\n![revert](https://user-images.githubusercontent.com/2181356/52225171-027d0100-2867-11e9-90a5-84073c790f0b.gif)\n\n\n## Installation\n\n```\nname: Automatic Revert\n\non:\n  issue_comment:\n    types: [created]\n\njobs:\n  revert-commit:\n\n    runs-on: ubuntu-latest\n\n    if: contains(github.event.comment.body, '/revert')\n\n    steps:\n      - name: Checkout latest code\n        uses: actions/checkout@v2\n      - name: Automatic Revert\n        uses: srt32/revert@v0.0.1\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n ```      \n\nThis Action is heavily inspired by [rebase](https://github.com/cirrus-actions/rebase).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrt32%2Frevert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrt32%2Frevert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrt32%2Frevert/lists"}