We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e71f0 commit 41df388Copy full SHA for 41df388
1 file changed
.github/workflows/upstream-sync.yml
@@ -91,8 +91,7 @@ jobs:
91
Clean merge — no conflicts. Review and merge when ready.
92
BODY
93
)" \
94
- --base dev \
95
- --label "upstream-sync" || true
+ --base dev
96
97
- name: Create PR (with conflicts)
98
if: steps.check.outputs.behind != '0' && steps.merge.outputs.clean == 'false'
@@ -129,5 +128,4 @@ jobs:
129
128
\`\`\`
130
131
132
133
0 commit comments