stabilization-pr-checklist.yaml 597 B

123456789101112131415161718192021222324252627
  1. name: Add stabilization PR checklist
  2. on:
  3. pull_request_target:
  4. types: [opened, reopened]
  5. branches:
  6. - stabilization/**
  7. jobs:
  8. comment-on-PR:
  9. runs-on: ubuntu-latest
  10. permissions:
  11. pull-requests: write
  12. steps:
  13. - name: Pull sig-release repo
  14. uses: actions/checkout@v4
  15. with:
  16. repository: o3de/sig-release
  17. ref: main
  18. fetch-depth: 0
  19. path: sig-release
  20. - uses: mshick/add-pr-comment@v2
  21. with:
  22. message-path: |
  23. sig-release/releases/Process/O3DE Exception Checklist.md