]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github: Give folks 30 seconds to fill out the checklist 51944/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 31 Aug 2022 18:21:16 +0000 (14:21 -0400)
committerLaura Flores <lflores@redhat.com>
Tue, 6 Jun 2023 15:58:21 +0000 (10:58 -0500)
Otherwise GitHub sends an annoying e-mail right away when you file a PR that doesn't have the checklist filled out.  It's easier IMO to create the PR, then check the boxes instead of putting Xes in brackets while filling out the PR comment.

Signed-off-by: David Galloway <dgallowa@redhat.com>
(cherry picked from commit 41fcdd9a5bc19b6016140b93da4fbd155a757d41)

.github/workflows/pr-checklist.yml

index c916db33ec41175653cb21f64ddfd66bbccdc02d..0b3f2d6e5614aaca7643e1ff3fae4e6b7e975872 100644 (file)
@@ -11,6 +11,9 @@ jobs:
     runs-on: ubuntu-latest
     name: Verify
     steps:
+      - name: Sleep for 30 seconds
+        run: sleep 30s
+        shell: bash
       - name: Action
         id: checklist
         uses: ceph/ceph-pr-checklist-action@32e92d1a2a7c9991ed51de5fccb2296551373d60