Skip to content

Commit

Permalink
Merge pull request #363 from eatski/main
Browse files Browse the repository at this point in the history
Release to Production
  • Loading branch information
eatski authored Aug 10, 2024
2 parents 2e475fc + f642641 commit 6b977a7
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Create Pull Request
run: |
if [ $(gh pr list --head main --base production --json number --jq '. | length') -eq 0 ]; then
gh pr create --title "New PR from main to production" --body "This PR is automatically created by the script" --head main --base production
gh pr create --title "Release to Production" --body "This PR is automatically created by the Github Actions" --head main --base production
else
echo "PR already exists between main and production."
fi
Expand Down
Loading

0 comments on commit 6b977a7

Please sign in to comment.