Skip to content

Commit

Permalink
INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed May 8, 2024
1 parent 21945cb commit f4e2a4e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default_stale_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Close stale issues and PRs"

# yamllint disable-line rule:truthy
on:
# USE_WORKFLOW
# USE_WORKFLOW
workflow_call:
# /USE_WORKFLOW
# USE_REPOSITORY
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/this_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_linter_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_linter_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_pull_request_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_pull_request_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/github_release_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/github_release_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_release_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/github_release_dry_run_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/github_release_dry_run_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_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:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_slash_ops_command_help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_slash_ops_comment_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_spelling_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_spelling_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_stale_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_stale_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/this_welcome_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
default:
# using stable to be able to quickly switch to a working version in case the current stable is broken
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_welcome_message_callable.yml@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/default_welcome_message_callable.yml@stable
secrets: inherit
2 changes: 1 addition & 1 deletion setup-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ do
cat >> "$file" <<-EOF
jobs:
default:
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/$base_name@stable
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/$base_name@stable
secrets: inherit
EOF

Expand Down

0 comments on commit f4e2a4e

Please sign in to comment.