-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into @radoslawkrzemien/136…
…04-local-testing-of-github-actions # Conflicts: # .github/workflows/cherryPick.yml # .github/workflows/createNewVersion.yml # .github/workflows/deploy.yml # .github/workflows/finishReleaseCycle.yml # .github/workflows/platformDeploy.yml # .github/workflows/preDeploy.yml # .github/workflows/testBuild.yml # .github/workflows/warnCPLabel.yml # package-lock.json
- Loading branch information
Showing
357 changed files
with
23,377 additions
and
30,552 deletions.
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# See https://github.com/rhysd/actionlint/blob/main/docs/config.md | ||
self-hosted-runner: | ||
labels: | ||
- ubuntu-20.04-64core | ||
- ubuntu-latest-xl | ||
- macos-12-xl |
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 |
---|---|---|
|
@@ -24,3 +24,8 @@ runs: | |
git config commit.gpgsign true | ||
git config user.name OSBotify | ||
git config user.email [email protected] | ||
- name: Enable debug logs for git | ||
shell: bash | ||
if: runner.debug == '1' | ||
run: echo "GIT_TRACE=true" >> "$GITHUB_ENV" |
145 changes: 0 additions & 145 deletions
145
.github/actions/composite/updateProtectedBranch/action.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.