Make the auto-sync PR update support matrix

This commit is contained in:
Dan Smith 2022-10-24 17:06:35 -07:00 committed by Dan Smith
parent 48d25a3eba
commit 901596d855

View File

@ -32,6 +32,9 @@ jobs:
- name: Push changes
run: |
git push origin auto-py3-$GITHUB_SHA:auto-py3-$GITHUB_SHA
- name: Update support matrix if needed
run: |
tox -e makesupported || git commit -m "Update support matrix"
- name: Create PR
uses: repo-sync/pull-request@v2
with: