Skip to content

Commit e1637fa

Browse files
committed
Rename use-cla-approved-github-bot.sh to use-cla-approved-bot.sh
1 parent 764a39b commit e1637fa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
File renamed without changes.

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Use CLA approved github bot
30-
run: .github/scripts/use-cla-approved-github-bot.sh
30+
run: .github/scripts/use-cla-approved-bot.sh
3131

3232
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3333
id: otelbot-token

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
java -jar libs/opentelemetry-sdk-trace-*-jmh.jar -rf json SpanBenchmark SpanPipelineBenchmark ExporterBenchmark
4949
5050
- name: Use CLA approved github bot
51-
run: .github/scripts/use-cla-approved-github-bot.sh
51+
run: .github/scripts/use-cla-approved-bot.sh
5252

5353
- name: Store benchmark results
5454
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7

.github/workflows/prepare-patch-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sed -Ei "s/^## Unreleased$/## Version $VERSION ($date)/" CHANGELOG.md
4646
4747
- name: Use CLA approved github bot
48-
run: .github/scripts/use-cla-approved-github-bot.sh
48+
run: .github/scripts/use-cla-approved-bot.sh
4949

5050
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5151
id: otelbot-token

.github/workflows/prepare-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sed -Ei "s/^## Unreleased$/## Version $VERSION ($date)/" CHANGELOG.md
5858
5959
- name: Use CLA approved github bot
60-
run: .github/scripts/use-cla-approved-github-bot.sh
60+
run: .github/scripts/use-cla-approved-bot.sh
6161

6262
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
6363
id: otelbot-token
@@ -113,7 +113,7 @@ jobs:
113113
sed -Ei "s/^## Unreleased$/## Unreleased\n\n## Version $VERSION ($date)/" CHANGELOG.md
114114
115115
- name: Use CLA approved github bot
116-
run: .github/scripts/use-cla-approved-github-bot.sh
116+
run: .github/scripts/use-cla-approved-bot.sh
117117

118118
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
119119
id: otelbot-token

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
git add README.md
208208
209209
- name: Use CLA approved bot
210-
run: .github/scripts/use-cla-approved-github-bot.sh
210+
run: .github/scripts/use-cla-approved-bot.sh
211211

212212
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
213213
id: otelbot-token

0 commit comments

Comments
 (0)