Skip to content

Commit e6768a1

Browse files
authored
Merge branch 'main' into mbg/dep-caching/telemetry
2 parents 31bfb99 + 6a87ebe commit e6768a1

File tree

136 files changed

+1193
-760
lines changed

Some content is hidden

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

136 files changed

+1193
-760
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@ updates:
2020
patterns:
2121
- "*"
2222
- package-ecosystem: github-actions
23-
directory: "/"
23+
directories:
24+
- "/.github/workflows"
25+
- "/.github/actions"
2426
schedule:
2527
interval: weekly
28+
labels:
29+
- Rebuild
2630
groups:
2731
actions:
2832
patterns:
2933
- "*"
30-
- package-ecosystem: github-actions
31-
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
32-
schedule:
33-
interval: weekly
34-
groups:
35-
actions-setup-swift:
36-
patterns:
37-
- "*"

.github/workflows/__all-platform-bundle.yml

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

.github/workflows/__analyze-ref-input.yml

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

.github/workflows/__autobuild-action.yml

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

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

Lines changed: 1 addition & 0 deletions
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: 0 additions & 103 deletions
This file was deleted.

.github/workflows/__test-autobuild-working-dir.yml renamed to .github/workflows/__autobuild-working-dir.yml

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

.github/workflows/__build-mode-autobuild.yml

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

.github/workflows/__build-mode-manual.yml

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

.github/workflows/__build-mode-none.yml

Lines changed: 1 addition & 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)