From 3039da33bcd6a3142f63f68eb8966ae9143a4706 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Sat, 3 Feb 2024 18:43:53 -0800 Subject: [PATCH] initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef22c3..1dc6885 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!WARNING] > Using this action can result in destroying hard work. Please be careful when using this action -Are you unable to use branch protection because you're working on a private repository? Is there someone on your team who keeps pushing commits without PRs despite being asked not to? This action is for you! Simply use this action in your repo, and any commits pushed by certain users (or all) will automatically be hard reset if they did not submit a PR. +Are you unable to use branch protection because you're working on a private repository? Is there someone on your team who keeps pushing commits without PRs despite being asked not to? This action is for you! Simply use this action in your repo, and any commits pushed by certain users (or all) will automatically be hard reset to the state before push (`git reset --hard HEAD~1`) if they did not submit a PR. ## Usage