From bed08cdf0f6cc1cb569b7e5112b399c37ff5d70f Mon Sep 17 00:00:00 2001 From: gring2 Date: Tue, 9 Mar 2021 15:51:01 +0900 Subject: [PATCH 1/3] example.file --- example | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 example diff --git a/example b/example new file mode 100644 index 0000000..e69de29 From dc832eb8fe87be41f52af1693780ad8a912263d0 Mon Sep 17 00:00:00 2001 From: gring2 Date: Tue, 9 Mar 2021 15:53:55 +0900 Subject: [PATCH 2/3] eded --- e2.e2 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 e2.e2 diff --git a/e2.e2 b/e2.e2 new file mode 100644 index 0000000..e69de29 From e0112b145622069c70c4a56e793fa01c5b0d3c0d Mon Sep 17 00:00:00 2001 From: gring2 Date: Tue, 9 Mar 2021 15:59:43 +0900 Subject: [PATCH 3/3] wf --- .github/workflows/create_pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_pr.yml b/.github/workflows/create_pr.yml index edc13ac..4bcdb1e 100644 --- a/.github/workflows/create_pr.yml +++ b/.github/workflows/create_pr.yml @@ -16,10 +16,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + ref: release - name: Make changes to pull request id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v3 @@ -29,7 +30,7 @@ jobs: committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false - branch: example-patches + branch: master title: 'Release PR ${{ steps.date.outputs.date }}' body: | Auto-generated by [create-pull-request][1]