From c109a3494700181c5f0e488c3f109069db8c9503 Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Mon, 8 Feb 2021 00:27:49 +0000 Subject: [PATCH] Add a basic readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a2ad43 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Enable Github Auto-Merge Action + +⚠️**WIP: Please wait until version 1.0.0 before using this.** ⚠️ + +## What is this? + +A Github action for enabling [Github Auto-Merge](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request) in a workflow for a pull-request. +You might want to use this for automatically merge Dependabot pull-requests. \ No newline at end of file