diff --git a/.github/workflows/close-master-pr.yml b/.github/workflows/close-master-pr.yml new file mode 100644 index 00000000000000..66843d35dd6bce --- /dev/null +++ b/.github/workflows/close-master-pr.yml @@ -0,0 +1,27 @@ +name: Close PR's on master + +on: + pull_request_target: + types: [ opened, ready_for_review ] + +jobs: + run: + runs-on: ubuntu-latest + if: ${{github.head_ref == 'master' || github.head_ref == 'main' || github.head_ref == 'develop'}} + + steps: + - uses: superbrothers/close-pull-request@v3 + with: + comment: "Thank you for contributing to the Space Station 14 repository. Unfortunately, it looks like you submitted your pull request from the master branch. We suggest you follow [our git usage documentation](https://docs.spacestation14.com/en/general-development/setup/git-for-the-ss14-developer.html) \n\n You can move your current work from the master branch to another branch by doing `git branch