Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use workflows from template repository #89

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,5 @@ on:

jobs:
default:
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_linter_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_linter_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit

lint-renovate-defaults:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

# a special check for the defaults
- uses: suzuki-shunsuke/github-action-renovate-config-validator@b54483862375f51910a60c4f498e927d4f3df466 # v1.0.1
with:
config_file_path: "default.json"
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ on:
jobs:
default:
# yamllint disable-line rule:line-length
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_pull_request_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_pull_request_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Create a release
name: Release

# yamllint disable-line rule:truthy
on:
Expand All @@ -9,5 +9,5 @@ on:

jobs:
default:
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_release_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/release_dry_run.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Try a release
name: Release Test

# yamllint disable-line rule:truthy
on:
Expand All @@ -10,5 +10,5 @@ on:
jobs:
default:
# yamllint disable-line rule:line-length
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_dry_run_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_release_dry_run_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate_auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on: pull_request_target
jobs:
default:
# yamllint disable-line rule:line-length
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_command_help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# yamllint disable-line rule:line-length
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_comment_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# yamllint disable-line rule:line-length
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
default:
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_spelling_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_spelling_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
default:
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_stale_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_stale_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/welcome_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# yamllint disable-line rule:line-length
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_welcome_message_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_welcome_message_callable.yml@a28fa2f991164959262587011188af99a7f0cb20
secrets: inherit