Skip to content

Commit b75d8f7

Browse files
authored
πŸ”„ synced file(s) with upbound/sa-up (#24)
* πŸ”„ synced local 'Makefile' with remote 'shared/configurations/Makefile' * πŸ”„ synced local '.github/workflows' with remote 'shared/configurations/workflows' * πŸ”„ synced local '.github/renovate.json5' with remote 'shared/configurations/renovate.json5' --------- Co-authored-by: upbound-bot <null>
1 parent 238418e commit b75d8f7

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

β€Ž.github/renovate.json5β€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@
55
'helpers:pinGitHubActionDigests',
66
':semanticCommits',
77
],
8-
rebaseWhen: 'conflicted',
8+
rebaseWhen: 'auto',
9+
rebaseLabel: 'rebase',
910
prConcurrentLimit: 5,
11+
autoApprove: true,
12+
automerge: true,
13+
automergeType: 'pr',
1014
baseBranches: [
1115
'main',
1216
],
1317
labels: [
1418
'automated',
19+
'run-e2e-tests',
1520
],
1621
ignorePaths: [ // default renovate ignorePaths without '**/examples/**'
1722
'**/node_modules/**',

β€Ž.github/workflows/ci.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454
BUILD_ARGS: "--load"
5555

5656
- name: Publish Artifacts to GitHub
57-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
57+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5858
with:
5959
name: output
6060
path: _output/**
6161

6262
- name: Login to Upbound
63-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
63+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
6464
if: env.XPKG_ACCESS_ID != ''
6565
with:
6666
registry: xpkg.upbound.io

β€Ž.github/workflows/e2e.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: End to End Testing
33
on:
44
issue_comment:
55
types: [created]
6-
6+
pull_request:
7+
types: [labeled]
78
jobs:
89
e2e:
910
uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@main

β€Ž.github/workflows/yamllint.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
99
- name: yamllint
10-
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0
10+
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
1111
with:
1212
reporter: github-pr-review
1313
filter_mode: nofilter

β€ŽMakefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64
117117

118118
# Tool Versions
119119
# ------------------
120-
UP_VERSION = v0.38.0
120+
UP_VERSION = v0.39.0
121121
UP_CHANNEL = stable
122122
CROSSPLANE_CLI_VERSION = v1.18.0
123123
CROSSPLANE_VERSION = v1.18.0-up.1

0 commit comments

Comments
Β (0)