Skip to content

Commit 41df388

Browse files
committed
Fix sync: remove label that doesn't exist
1 parent 90e71f0 commit 41df388

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
Clean merge — no conflicts. Review and merge when ready.
9292
BODY
9393
)" \
94-
--base dev \
95-
--label "upstream-sync" || true
94+
--base dev
9695
9796
- name: Create PR (with conflicts)
9897
if: steps.check.outputs.behind != '0' && steps.merge.outputs.clean == 'false'
@@ -129,5 +128,4 @@ jobs:
129128
\`\`\`
130129
BODY
131130
)" \
132-
--base dev \
133-
--label "upstream-sync" || true
131+
--base dev

0 commit comments

Comments
 (0)