Skip to content

Commit b658c65

Browse files
authored
Rename auto spotless workflows (open-telemetry#13880)
1 parent f324d66 commit b658c65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-spotless-check.yml renamed to .github/workflows/auto-spotless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto spotless check
1+
name: Auto spotless
22
on:
33
pull_request:
44
types:

.github/workflows/auto-spotless-apply.yml renamed to .github/workflows/auto-update-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Auto spotless apply
1+
name: Auto update pull request
22
on:
33
workflow_run:
44
workflows:
5-
- "Auto spotless check"
5+
- "Auto spotless"
66
types:
77
- completed
88

0 commit comments

Comments
 (0)