Skip to content

Commit

Permalink
ci: include long_compat.csv in autoupdate prs (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Apr 4, 2024
1 parent 58dba77 commit 995ba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
default_branch="${{ github.event.repository.default_branch }}"
git switch -c "$updated_branch"
git add .github/compat/compat.csv README.md
git add .github/compat/*compat.csv README.md
git commit -m "Update compatibility matrix"
git push -u origin "$updated_branch"
gh pr create -B "$default_branch" -H "$updated_branch" --title "Update compatibility matrix" --body-file .github/compat/compat.md

0 comments on commit 995ba7e

Please sign in to comment.