My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

check-pr.yml 442B

123456789101112131415161718192021222324252627
  1. #
  2. # comment-pr.yml
  3. # Add a comment to any PR directed to a release branch
  4. #
  5. name: PR Bad Target
  6. on:
  7. pull_request:
  8. branches:
  9. - 1.0.x
  10. - 1.1.x
  11. - 2.0.x
  12. jobs:
  13. bad_target:
  14. name: PR Bad Target
  15. runs-on: ubuntu-latest
  16. steps:
  17. - uses: actions/checkout@v1
  18. - uses: harupy/comment-on-pr@master
  19. env:
  20. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  21. with:
  22. filename: bad-target.md