Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
/ revert Public archive
forked from srt32/revert

A GitHub Action to automatically revert a commit on a '/revert' comment

License

Notifications You must be signed in to change notification settings

re-actors/revert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action to revert a commit via a comment

After installation, comment /revert <commit_sha> to trigger the action.

revert

Installation

workflow "Automatic Revert" {
  on = "issue_comment"
  resolves = "Revert"
}

action "Revert" {
  uses = "srt32/revert@master"
  secrets = ["GITHUB_TOKEN"]
}

This Action is heavily inspired by rebase.

About

A GitHub Action to automatically revert a commit on a '/revert' comment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.8%
  • Dockerfile 22.2%