From 5c03116fad6b494e9d46b052d99af1be32096b59 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 6 Oct 2019 19:13:42 +0300 Subject: [PATCH] Create auto-approve.yml --- .github/workflows/auto-approve.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/auto-approve.yml diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml new file mode 100644 index 0000000000..b4bcf0a03b --- /dev/null +++ b/.github/workflows/auto-approve.yml @@ -0,0 +1,13 @@ +name: auto-approve +on: + pull_request: + branches: + - create-pull-request/patch-* + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: hmarr/auto-approve-action@v2.0.0 + with: + github-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file