Skip to content

Commit 855cfd1

Browse files
authored
Remove broken signoff argument (#1269)
Signed-off-by: willdavsmith <[email protected]>
1 parent 7ed3cea commit 855cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upmerge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
if: env.NO_CHANGES != 'true'
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT}}
82-
run: gh pr create --title "Upmerge to edge" --body "Upmerge to edge (kicked off by @${{ github.triggering_actor }})" --base edge --head $BRANCH_NAME --signoff
82+
run: gh pr create --title "Upmerge to edge" --body "Upmerge to edge (kicked off by @${{ github.triggering_actor }})" --base edge --head $BRANCH_NAME

0 commit comments

Comments
 (0)