mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
Merge pull request #6723 from marc1706/ticket/17394
[ticket/17394] Merge local 3.3.x and not remote into master
This commit is contained in:
2
.github/workflows/check_merge_to_master.yml
vendored
2
.github/workflows/check_merge_to_master.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
id: merge_master
|
id: merge_master
|
||||||
run: |
|
run: |
|
||||||
git checkout master
|
git checkout master
|
||||||
if git merge --no-ff origin/3.3.x --no-commit; then
|
if git merge --no-ff 3.3.x --no-commit; then
|
||||||
echo "mergeable=true" >> $GITHUB_OUTPUT
|
echo "mergeable=true" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "mergeable=false" >> $GITHUB_OUTPUT
|
echo "mergeable=false" >> $GITHUB_OUTPUT
|
||||||
|
Reference in New Issue
Block a user