Skip to content

Commit 04be05d

Browse files
committed
.
1 parent 740d9b7 commit 04be05d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/update-tox.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
BRANCH_NAME="toxgen/update"
4646
4747
git checkout -B "$BRANCH_NAME"
48-
git add tox.ini
48+
git add --all
4949
git commit -m "$COMMIT_TITLE"
5050
git push origin "$BRANCH_NAME" --force
5151
@@ -87,17 +87,17 @@ jobs:
8787
base: '${{ github.ref_name }}',
8888
body: `Update our test matrix with new releases of integrated frameworks and libraries.
8989
90-
## How it works
91-
- Scan PyPI for all supported releases of all frameworks we have a dedicated test suite for.
92-
- Pick a representative sample of releases to run our test suite against. We always test the latest and oldest supported version.
93-
- Update tox.ini with the new releases.
90+
## How it works
91+
- Scan PyPI for all supported releases of all frameworks we have a dedicated test suite for.
92+
- Pick a representative sample of releases to run our test suite against. We always test the latest and oldest supported version.
93+
- Update tox.ini with the new releases.
9494
95-
## Action required
96-
- If CI passes on this PR, it's safe to approve and merge. It means our integrations can handle new versions of frameworks that got pulled in.
97-
- If CI doesn't pass on this PR, this points to an incompatibility of either our integration or our test setup with a new version of a framework.
98-
- Check what the failures look like and either fix them, or update the [test config](scripts/populate_tox/config.py) and rerun [scripts/generate-test-files.sh](scripts/generate-test-files.sh). See [README.md](scripts/populate_tox/README.md) for what configuration options are available.
95+
## Action required
96+
- If CI passes on this PR, it's safe to approve and merge. It means our integrations can handle new versions of frameworks that got pulled in.
97+
- If CI doesn't pass on this PR, this points to an incompatibility of either our integration or our test setup with a new version of a framework.
98+
- Check what the failures look like and either fix them, or update the [test config](scripts/populate_tox/config.py) and rerun [scripts/generate-test-files.sh](scripts/generate-test-files.sh). See [README.md](scripts/populate_tox/README.md) for what configuration options are available.
9999
100-
This PR was automatically created using [a GitHub action](.github/workflows/update-tox.yml).`.replace(/^ {20}/gm, '')
100+
This PR was automatically created using [a GitHub action](.github/workflows/update-tox.yml).`
101101
});
102102
103103
await github.rest.issues.addLabels({

0 commit comments

Comments
 (0)