You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == "temp - port to docs-next"
149
149
needs: debug-event
150
150
runs-on: ubuntu-latest
151
151
steps:
@@ -244,13 +244,13 @@ jobs:
244
244
echo "Creating PR from $TARGET_BRANCH to next..."
245
245
gh pr create --base next --head $TARGET_BRANCH \
246
246
--title "[Port to next] $PR_TITLE" \
247
-
--body "Automatic port of PR #${{ github.event.pull_request.number }} to next branch.\n\nOriginal PR: #${{ github.event.pull_request.number }}\nCreated automatically after adding the 'port-to-docs-next' label."
247
+
--body "Automatic port of PR #${{ github.event.pull_request.number }} to next branch.\n\nOriginal PR: #${{ github.event.pull_request.number }}\nCreated automatically after adding the 'temp - port to docs-next' label."
248
248
env:
249
249
GITHUB_TOKEN: ${{ secrets.SYNC_MAIN_TO_NEXT }}
250
250
251
251
# Job 3: Sync changes when a labeled PR is merged to main
0 commit comments