From 81e56c1d229299d22c1ca7fba26ceba4e1c924be Mon Sep 17 00:00:00 2001 From: hizumiaoba <56146205+hizumiaoba@users.noreply.github.com> Date: Sat, 3 Jul 2021 10:45:33 +0900 Subject: [PATCH] Create PR_commit_body.yml --- .github/workflows/PR_commit_body.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/PR_commit_body.yml diff --git a/.github/workflows/PR_commit_body.yml b/.github/workflows/PR_commit_body.yml new file mode 100644 index 0000000..5a8a38b --- /dev/null +++ b/.github/workflows/PR_commit_body.yml @@ -0,0 +1,14 @@ +on: + pull_request: + types: [opened, synchronize] + +name: Pull Request updated + +jobs: + history: + name: Pull Request Body + runs-on: ubuntu-latest + if: startsWith(github.event.pull_request.head.ref, 'release/') + steps: + - name: Pull Request Body + uses: technote-space/pr-commit-body-action@v1 -- 2.11.0