From 83503a70d82dad73f229a6b50828684e1175b4a7 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 19 Apr 2022 23:35:14 +0300 Subject: [PATCH 1/6] test commit --- .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 7d4f122..eddd2ef 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,4 @@ -name: FlexBeats App +name: test on: pull_request: @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@v2 - name: 🔀 Merge Pull Request - uses: bmsteven/merge-pr@0.0.1 + uses: BaharaJr/merge-pr@0.0.1 with: GITHUB_TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file From cb8eea081cad6a4af5eaa67741cc365d318c18ba Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 19 Apr 2022 23:37:35 +0300 Subject: [PATCH 2/6] test commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 441b256..0ae2c3a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # demo + demo repository + +hgg From f39a1b47be1018a9df36ff0b3fb5bdbbdbcac431 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 19 Apr 2022 23:58:10 +0300 Subject: [PATCH 3/6] test commit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0ae2c3a..e7e4b3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # demo demo repository - -hgg From e217b0778a2e2012de42eb7d35e38fa668b652fa Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 20 Apr 2022 00:03:31 +0300 Subject: [PATCH 4/6] test commit --- .github/workflows/create_pull_request.yml | 20 +++++++++++++++++++ ...ull_request.yml => merge_pull_request.yml} | 0 2 files changed, 20 insertions(+) create mode 100644 .github/workflows/create_pull_request.yml rename .github/workflows/{pull_request.yml => merge_pull_request.yml} (100%) diff --git a/.github/workflows/create_pull_request.yml b/.github/workflows/create_pull_request.yml new file mode 100644 index 0000000..a0ba82e --- /dev/null +++ b/.github/workflows/create_pull_request.yml @@ -0,0 +1,20 @@ +name: Pull Request Action +on: + push: + branches: + - feature/* + - test/* + +jobs: + create-pull-request: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v2 + - name: pull-request + uses: repo-sync/pull-request@v2 + with: + destination_branch: "develop" + github_token: ${{ secrets.GITHUB_TOKEN }} + pr_label: "feature, automated pr" + pr_title: "[Example] Simple demo" \ No newline at end of file diff --git a/.github/workflows/pull_request.yml b/.github/workflows/merge_pull_request.yml similarity index 100% rename from .github/workflows/pull_request.yml rename to .github/workflows/merge_pull_request.yml From 905872fdc0800fb22c8dd50a70b16de53d8800b4 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 20 Apr 2022 00:03:47 +0300 Subject: [PATCH 5/6] test commit --- .github/workflows/create_pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_pull_request.yml b/.github/workflows/create_pull_request.yml index a0ba82e..d9d1eb5 100644 --- a/.github/workflows/create_pull_request.yml +++ b/.github/workflows/create_pull_request.yml @@ -4,6 +4,7 @@ on: branches: - feature/* - test/* + - test jobs: create-pull-request: From 33a2dcdb48c6176a846bcfeca45d594af71937bb Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 20 Apr 2022 00:05:27 +0300 Subject: [PATCH 6/6] test commit --- .github/workflows/merge_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_pull_request.yml b/.github/workflows/merge_pull_request.yml index eddd2ef..464e120 100644 --- a/.github/workflows/merge_pull_request.yml +++ b/.github/workflows/merge_pull_request.yml @@ -2,7 +2,7 @@ name: test on: pull_request: - branches: [master] + branches: [master, develop, staging] jobs: build: