Skip to content

Commit 3f9aad7

Browse files
committed
style: PR title
1 parent adbcdd4 commit 3f9aad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/aggregate_tested_versions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
php-version: '8.3'
2626

2727
- name: Wait for 5 minutes
28-
run: sleep 240
28+
run: sleep 300
2929

3030
- name: Run aggregation script
3131
env:
@@ -51,8 +51,8 @@ jobs:
5151
uses: peter-evans/create-pull-request@v7
5252
with:
5353
token: ${{ secrets.GITHUB_TOKEN }}
54-
commit-message: "chore: update tested versions"
55-
title: "chore: update tested versions"
54+
commit-message: "chore: update supported versions"
55+
title: "chore: update supported versions"
5656
branch: "update-supported-versions"
5757
base: "master"
5858
draft: true # TODO: Remove when ready to merge

0 commit comments

Comments
 (0)