Add action to warn against PR against master (should be develop)
This commit is contained in:
parent
906ab766df
commit
14bb53d43a
14
.github/workflows/master_branch_pr.yml
vendored
14
.github/workflows/master_branch_pr.yml
vendored
@ -8,11 +8,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wow-actions/auto-comment@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
pullRequestOpened: |
|
||||
👋 @{{ author }}
|
||||
It looks like this pull request has been made against the ${{github.event.pull_request.head.repo.full_name}} `master` branch.
|
||||
Since we use Git Flow all commits to master are through are from the develop branch.
|
||||
You do not need to close this PR, you can change the target branch to `development` by clicking the _"Edit"_ button at the top of this page.
|
||||
pullRequestOpened: |
|
||||
👋 @{{ author }}
|
||||
It looks like this pull request has been made against the ${{github.event.pull_request.head.repo.full_name}} `master` branch.
|
||||
Since we use Git Flow all commits to master are through are from the develop branch.
|
||||
You do not need to close this PR, you can change the target branch to `development` by clicking the _"Edit"_ button at the top of this page.
|
Loading…
x
Reference in New Issue
Block a user