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