Skip to content

Commit b5460bb

Browse files
authored
Create pullrequest.yml
1 parent c5952d7 commit b5460bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/pullrequest.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Pull request to dev on push to master and new tags
2+
on:
3+
push:
4+
branches:
5+
- master
6+
tags:
7+
- v*
8+
jobs:
9+
auto-pull-request:
10+
name: PullRequestAction
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: pull-request-action
14+
uses: vsoch/[email protected]
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
PULL_REQUEST_BRANCH: "dev"

0 commit comments

Comments
 (0)