]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows/pr-checklist: add checklist action
authorSage Weil <sage@newdream.net>
Thu, 21 Oct 2021 15:12:50 +0000 (10:12 -0500)
committerSage Weil <sage@newdream.net>
Wed, 3 Nov 2021 18:26:04 +0000 (13:26 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
.github/workflows/pr-checklist.yml [new file with mode: 0644]

diff --git a/.github/workflows/pr-checklist.yml b/.github/workflows/pr-checklist.yml
new file mode 100644 (file)
index 0000000..c916db3
--- /dev/null
@@ -0,0 +1,16 @@
+---
+name: "Pull Request Checklist"
+on:
+  pull_request:
+    types:
+      - edited
+      - opened
+      - reopened
+jobs:
+  pr_checklist:
+    runs-on: ubuntu-latest
+    name: Verify
+    steps:
+      - name: Action
+        id: checklist
+        uses: ceph/ceph-pr-checklist-action@32e92d1a2a7c9991ed51de5fccb2296551373d60