Skip to content

Commit a9bc4f2

Browse files
Merge pull request #13 from codingforentrepreneurs/dev
Automated PR from Dev Stage
2 parents 2765cab + 01c428e commit a9bc4f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev-stage.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
run: |
4141
export PR_BRANCH=$(git branch --show-current)
4242
export DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
43-
echo "$PR_BRANCH and $DEFAULT_BRANCH"
43+
echo "$PR_BRANCH and $DEFAULT_BRANCH"
44+
gh pr create --title "Automated PR from Dev Stage" --body "Coming Soon" --base $DEFAULT_BRANCH --head $PR_BRANCH --repo $GITHUB_REPOSITORY

0 commit comments

Comments
 (0)