OSDN Git Service

Create PR_commit_body.yml
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Sat, 3 Jul 2021 01:45:33 +0000 (10:45 +0900)
committerGitHub <noreply@github.com>
Sat, 3 Jul 2021 01:45:33 +0000 (10:45 +0900)
.github/workflows/PR_commit_body.yml [new file with mode: 0644]

diff --git a/.github/workflows/PR_commit_body.yml b/.github/workflows/PR_commit_body.yml
new file mode 100644 (file)
index 0000000..5a8a38b
--- /dev/null
@@ -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