Skip to content

Dragon

Dragon #25

Workflow file for this run

name: Close PRs to master
on:
pull_request_target:
types: [ opened, ready_for_review ]
jobs:
run:
runs-on: ubuntu-latest
if: ${{github.base_ref == 'master'}}
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "Thank you for contributing to FloofStation repository. Unfortunately, it looks like you submitted your pull request to the master branch, Please move this PR to the Unstable Branch."