We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e082f commit f22efe1Copy full SHA for f22efe1
1 file changed
.github/workflows/test-autoreview.yml
@@ -1,4 +1,4 @@
1
-name: Automatic Code Review
+name: AutoReview
2
3
on:
4
pull_request:
@@ -23,10 +23,10 @@ permissions:
23
24
jobs:
25
auto-review-tests:
26
- name: AutoReview
+ name: Automatic Code Review
27
uses: ./.github/workflows/reusable-serviceless-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
28
with:
29
- job-name: Automatic Code Review [PHP 8.1]
+ job-name: PHP 8.1
30
php-version: '8.1'
31
job-id: auto-review-tests
32
group-name: AutoReview
0 commit comments