Herbals Don't Contain Nicotine #27
Workflow file for this run
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: Close PRs to stable | |
on: | |
pull_request_target: | |
types: [ opened, ready_for_review ] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
if: ${{ github.base_ref == 'stable' && github.actor != 'Fansana' && github.actor != 'Memeji' && github.actor != 'FoxxoTrystan' }} | |
steps: | |
- uses: superbrothers/close-pull-request@v3 | |
with: | |
comment: "Thank you for contributing to Floof Station repository. Unfortunately, it looks like you submitted your pull request to the stable branch, Please move this PR to the master Branch." |