.github: Bump JJ/github-pr-contains-action from 526dfe784d8604ea1c39b6c26609074de95b1ffd to bdece3f70a1f1d147ca756552ff357f4755f0755 #259
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |