Skip to content

Commit bda2cfc

Browse files
Changed Names of workflow files
1 parent a76dd53 commit bda2cfc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ai-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: OpenAI Code Review
1+
name: AI Code Review
22

33
on:
44
pull_request:

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Tests CLI
1+
name: Continuous Integration Tests
22

33
on:
44
pull_request:

.github/workflows/pr-add-assignee-reviewer.yml renamed to .github/workflows/pr-add-reviewers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR add assignee and reviewers
1+
name: PR add reviewers
22
on:
33
pull_request_target:
44
types: [ready_for_review, opened, reopened]

0 commit comments

Comments
 (0)