Skip to content

Commit 03d7c57

Browse files
remove pull and label
1 parent 5fb36b4 commit 03d7c57

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/update-platform-branch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
if: steps.check-pr.outputs.EXISTING_PR == ''
100100
run: |
101101
git checkout -b update-platform-branch
102-
git pull || true
103102
git add .
104103
git commit -m "fix(sdk): Updates to proto version $LATEST_TAG"
105104
git push origin update-platform-branch
@@ -129,5 +128,4 @@ jobs:
129128
--body-file pr_body.txt \
130129
--head update-platform-branch \
131130
--base main \
132-
--label "automated-update"
133131

0 commit comments

Comments
 (0)