Skip to content

Commit 9389ce0

Browse files
committed
Merge remote-tracking branch 'origin/main' into mbg/ci/rollback-release
2 parents b06d325 + 02ab253 commit 9389ce0

File tree

23,861 files changed

+1135252
-5266768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

23,861 files changed

+1135252
-5266768
lines changed

.github/actions/prepare-mergeback-branch/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ runs:
6060
6161
Please do the following:
6262
63-
- [ ] Remove and re-add the "Update dependencies" label to the PR to trigger just this workflow.
64-
- [ ] Wait for the "Update dependencies" workflow to push a commit updating the dependencies.
63+
- [ ] Remove and re-add the "Rebuild" label to the PR to trigger just this workflow.
64+
- [ ] Wait for the "Rebuild" workflow to push a commit updating the distribution files.
6565
- [ ] Mark the PR as ready for review to trigger the full set of PR checks.
6666
- [ ] Approve and merge the PR. When merging the PR, make sure "Create a merge commit" is
6767
selected rather than "Squash and merge" or "Rebase and merge".
@@ -74,7 +74,7 @@ runs:
7474
--head "${NEW_BRANCH}" \
7575
--base "${BASE_BRANCH}" \
7676
--title "${pr_title}" \
77-
--label "Update dependencies" \
77+
--label "Rebuild" \
7878
--body "${pr_body}" \
7979
--assignee "${GITHUB_ACTOR}" \
8080
--draft

.github/actions/setup-swift/action.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: weekly
77
labels:
8-
- Update dependencies
8+
- Rebuild
99
# Ignore incompatible dependency updates
1010
ignore:
1111
# There is a type incompatibility issue between v0.0.9 and our other dependencies.

.github/update-release-branch.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def open_pr(
9797
body.append(' - [ ] Ensure the docs team is aware of any documentation changes that need to be released.')
9898

9999
if not is_primary_release:
100-
body.append(' - [ ] Remove and re-add the "Update dependencies" label to the PR to trigger just this workflow.')
101-
body.append(' - [ ] Wait for the "Update dependencies" workflow to push a commit updating the dependencies.')
100+
body.append(' - [ ] Remove and re-add the "Rebuild" label to the PR to trigger just this workflow.')
101+
body.append(' - [ ] Wait for the "Rebuild" workflow to push a commit updating the distribution files.')
102102

103103
body.append(' - [ ] Mark the PR as ready for review to trigger the full set of PR checks.')
104104
body.append(' - [ ] Approve and merge this PR. Make sure `Create a merge commit` is selected rather than `Squash and merge` or `Rebase and merge`.')
@@ -108,7 +108,7 @@ def open_pr(
108108
body.append(' - [ ] Merge all backport PRs to older release branches, that will automatically be created once this PR is merged.')
109109

110110
title = f'Merge {source_branch} into {target_branch}'
111-
labels = ['Update dependencies'] if not is_primary_release else []
111+
labels = ['Rebuild'] if not is_primary_release else []
112112

113113
# Create the pull request
114114
# PR checks won't be triggered on PRs created by Actions. Therefore mark the PR as draft so that
@@ -389,7 +389,7 @@ def main():
389389

390390
# Migrate the package version number from a vLatest version number to a vOlder version number
391391
print(f'Setting version number to {version} in package.json')
392-
replace_version_package_json(get_current_version(), version) # We rely on the `Update dependencies` workflow to update package-lock.json
392+
replace_version_package_json(get_current_version(), version) # We rely on the `Rebuild` workflow to update package-lock.json
393393
run_git('add', 'package.json')
394394

395395
# Migrate the changelog notes from vLatest version numbers to vOlder version numbers

.github/workflows/__autobuild-direct-tracing-with-working-dir.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__autobuild-direct-tracing.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__config-input.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__export-file-baseline-information.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-codescanning-config-inputs-js.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)