Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove broken signoff argument #1269

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

willdavsmith
Copy link
Contributor

@willdavsmith willdavsmith commented Nov 8, 2024

Fixes: #1268

Thank you for helping make the Radius documentation better!

Please follow this checklist before submitting:

  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

Issue reference

@@ -79,4 +79,4 @@ jobs:
if: env.NO_CHANGES != 'true'
env:
GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT}}
run: gh pr create --title "Upmerge to edge" --body "Upmerge to edge (kicked off by @${{ github.triggering_actor }})" --base edge --head $BRANCH_NAME --signoff
run: gh pr create --title "Upmerge to edge" --body "Upmerge to edge (kicked off by @${{ github.triggering_actor }})" --base edge --head $BRANCH_NAME
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We require commits to be signed off for PRs so wondering if this will remove the auto-signoff. It looks like the flag is meant to be used with git commit so we should update the workflow in edge to include that here:

git commit -m "Upmerge to edge"

Copy link
Contributor

@sk593 sk593 Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this needs to block the release but we should make sure to update the workflow after or open an issue to track it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed. BTW for reference the samples repo does not sign off commits today when we upmerge.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh interesting. if it doesn't mess with the PR checks, then there's no issue

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Reshrahim Reshrahim merged commit 855cfd1 into v0.39 Nov 8, 2024
9 checks passed
@Reshrahim Reshrahim deleted the willdavsmith/remove-signoff branch November 8, 2024 19:49
Reshrahim added a commit that referenced this pull request Nov 12, 2024
* Update docs for v0.39.0

* Add IRSA to the cloud provider table (#1262)

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* create CODEOWNERS (#1263)

Signed-off-by: Will Tsai <[email protected]>

* Update the supported clusters link in getting started guide  (#1238)

* Update docs for v0.38.0

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Radius CI Bot <[email protected]>

* Remove broken signoff argument (#1269)

Signed-off-by: willdavsmith <[email protected]>

* Fix GH PAT scope (#1272)

Signed-off-by: willdavsmith <[email protected]>

* adding gh auth login (#1273)

Signed-off-by: willdavsmith <[email protected]>

* Fix gh auth login command (#1274)

Signed-off-by: willdavsmith <[email protected]>

* Fix GitHub auth login for upmerge workflow (#1278)

* Adding GH_TOKEN

Signed-off-by: willdavsmith <[email protected]>

* Adding Signoff

Signed-off-by: willdavsmith <[email protected]>

* Removing Signoff

Signed-off-by: willdavsmith <[email protected]>

---------

Signed-off-by: willdavsmith <[email protected]>

* Removing version info

Signed-off-by: willdavsmith <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Will Tsai <[email protected]>
Signed-off-by: willdavsmith <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: Will Smith <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upmerge docs workflow fails: unknown flag: --signoff
4 participants