Skip to content

Commit 3f88e1d

Browse files
committed
fix wording
Signed-off-by: Emídio Neto <[email protected]>
1 parent 5942f42 commit 3f88e1d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/lint.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: {% raw %}${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: {% raw %}${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/test.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: {% raw %}${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

.github/workflows/lint_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: ${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

.github/workflows/misc_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: ${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

.github/workflows/test_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: ${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

.github/workflows/test_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: ${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

.github/workflows/test_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414
# For PRs you can change the inner fallback ('main')
1515
# For pushes you change the outer fallback ('main')
16-
# This logic below is used during releases and depends on having a equivalent branch name in core.
16+
# The logic below is used during releases and depends on having an equivalent branch name in the core repo.
1717
CORE_REPO_SHA: ${{ github.event_name == 'pull_request' && (
1818
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||

0 commit comments

Comments
 (0)