-
Notifications
You must be signed in to change notification settings - Fork 44
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
Upmerge to edge #1279
Merged
Merged
Upmerge to edge #1279
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1a4173d
Update docs for v0.39.0
rad-ci-bot 57f49e1
Add IRSA to the cloud provider table (#1262)
Reshrahim 0922b29
create CODEOWNERS (#1263)
willtsai 7ed3cea
Update the supported clusters link in getting started guide (#1238)
Reshrahim 855cfd1
Remove broken signoff argument (#1269)
willdavsmith c5fa797
Fix GH PAT scope (#1272)
willdavsmith b93014a
adding gh auth login (#1273)
willdavsmith fc17439
Fix gh auth login command (#1274)
willdavsmith f80d912
Fix GitHub auth login for upmerge workflow (#1278)
willdavsmith 1b0d24c
Upmerge to edge
rad-ci-bot 0adcccc
Removing version info
willdavsmith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,16 @@ jobs: | |
ref: edge | ||
# https://github.com/actions/checkout/issues/125#issuecomment-570254411 | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
|
||
- name: Configure git | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT }} | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Radius CI Bot" | ||
|
||
git remote set-url origin https://[email protected]/${{ github.repository }} | ||
|
||
# Create a new branch from edge. This branch will be used to PR back into edge. | ||
- name: Create new branch | ||
run: | | ||
|
@@ -78,5 +82,5 @@ jobs: | |
- name: Create pull request | ||
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 | ||
GH_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 |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# These owners are the maintainers and approvers of this repo | ||
* @radius-project/maintainers-docs @radius-project/approvers-docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes to the following folders should be excluded