From: Sage Weil Date: Thu, 21 Oct 2021 15:12:50 +0000 (-0500) Subject: .github/workflows/pr-checklist: add checklist action X-Git-Tag: v17.1.0~477^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f0af2a753527a1da5e319af824a9b18d414c530a;p=ceph-ci.git .github/workflows/pr-checklist: add checklist action Signed-off-by: Sage Weil --- diff --git a/.github/workflows/pr-checklist.yml b/.github/workflows/pr-checklist.yml new file mode 100644 index 00000000000..c916db33ec4 --- /dev/null +++ b/.github/workflows/pr-checklist.yml @@ -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