Skip to content

Commit 6631dde

Browse files
committed
include long_compat.csv in autoupdate prs
1 parent 58dba77 commit 6631dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
default_branch="${{ github.event.repository.default_branch }}"
209209
210210
git switch -c "$updated_branch"
211-
git add .github/compat/compat.csv README.md
211+
git add .github/compat/*compat.csv README.md
212212
git commit -m "Update compatibility matrix"
213213
git push -u origin "$updated_branch"
214214
gh pr create -B "$default_branch" -H "$updated_branch" --title "Update compatibility matrix" --body-file .github/compat/compat.md

0 commit comments

Comments
 (0)