From 3e5a105d6bf0d14052dcddb3608c3815796eaedf Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 19 Apr 2022 23:18:46 +0300 Subject: [PATCH 1/2] automate pr merge --- .github/workflows/pull_request.yml | 18 ++++++++++++++++++ another_file.txt | 1 - 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/pull_request.yml delete mode 100644 another_file.txt diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml new file mode 100644 index 0000000..c2cefbe --- /dev/null +++ b/.github/workflows/pull_request.yml @@ -0,0 +1,18 @@ +name: FlexBeats App + +on: + pull_request: + branches: [master] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + # - name: Check Out Repo + # uses: actions/checkout@v2 + + - name: 🔀 Merge Pull Request + uses: bmsteven/merge-pr@0.0.1 + with: + GITHUB_TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file diff --git a/another_file.txt b/another_file.txt deleted file mode 100644 index 52d072b..0000000 --- a/another_file.txt +++ /dev/null @@ -1 +0,0 @@ -hello, this is my second file in my github account From 49ad74136526bd1c828de7dccb4a860b71e5a18c Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 19 Apr 2022 23:22:30 +0300 Subject: [PATCH 2/2] automate pr merge --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c2cefbe..7d4f122 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - # - name: Check Out Repo - # uses: actions/checkout@v2 + - name: Check Out Repo + uses: actions/checkout@v2 - name: 🔀 Merge Pull Request uses: bmsteven/merge-pr@0.0.1