Skip to content

Commit

Permalink
Merge pull request #1540 from cert-manager/self-upgrade-master
Browse files Browse the repository at this point in the history
[CI] Self-upgrade merging self-upgrade-master into master
  • Loading branch information
cert-manager-prow[bot] authored Aug 23, 2024
2 parents cffb9d6 + c4ab2f9 commit 8ccd9cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make-self-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
self_upgrade:
runs-on: ubuntu-latest

if: github.repository_owner == 'cert-manager'

permissions:
contents: write
pull-requests: write
Expand Down
12 changes: 6 additions & 6 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a
repo_hash: 922050ca46712a30281b318e69996da07b47d46a
repo_path: modules/boilerplate
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a
repo_hash: 922050ca46712a30281b318e69996da07b47d46a
repo_path: modules/generate-verify
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a
repo_hash: 922050ca46712a30281b318e69996da07b47d46a
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a
repo_hash: 922050ca46712a30281b318e69996da07b47d46a
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a
repo_hash: 922050ca46712a30281b318e69996da07b47d46a
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a
repo_hash: 922050ca46712a30281b318e69996da07b47d46a
repo_path: modules/tools
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
self_upgrade:
runs-on: ubuntu-latest

if: github.repository_owner == 'cert-manager'

permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 8ccd9cb

Please sign in to comment.