mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
Merge branch 'main' into develop
# Conflicts: # .github/workflows/release.yml
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -272,7 +272,7 @@ jobs:
|
|||||||
|
|
||||||
echo "Also merge everything into main since this is a release."
|
echo "Also merge everything into main since this is a release."
|
||||||
echo 'create PR'
|
echo 'create PR'
|
||||||
PR_URL=$(gh pr create -B main -H develop --title "🤖 Automatic PR to merge all changes into the main branch." --body "🤖 This PR was created automatically by a GitHub action to merge the changed files into this branch. It will be merged automatically. `Share and enjoy`")
|
PR_URL=$(gh pr create -B main -H develop --title "🤖 Automatic PR to merge all changes into the main branch." --body '🤖 This PR was created automatically by a GitHub action to merge the changed files into this branch. It will be merged automatically. `Share and enjoy`')
|
||||||
echo "PR URL is '$PR_URL'"
|
echo "PR URL is '$PR_URL'"
|
||||||
|
|
||||||
IFS='/' read -ra parts <<< "$PR_URL"
|
IFS='/' read -ra parts <<< "$PR_URL"
|
||||||
|
Reference in New Issue
Block a user