mirror of
https://github.com/ceph/ceph
synced 2024-12-20 02:13:04 +00:00
41fcdd9a5b
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>
20 lines
396 B
YAML
20 lines
396 B
YAML
---
|
|
name: "Pull Request Checklist"
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- edited
|
|
- opened
|
|
- reopened
|
|
jobs:
|
|
pr_checklist:
|
|
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
|