Skip to content

Commit ecb5bc5

Browse files
committed
fix: Fix links to files in toxgen PRs
1 parent bc990db commit ecb5bc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ jobs:
6565
## How it works
6666
- Scan PyPI for all supported releases of all frameworks we have a dedicated test suite for.
6767
- Pick a representative sample of releases to run our test suite against. We always test the latest and oldest supported version.
68-
- Update [tox.ini](tox.ini) with the new releases.
68+
- Update [tox.ini](https://github.com/getsentry/sentry-python/blob/master/tox.ini) with the new releases.
6969
7070
## Action required
7171
- 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.
7272
- 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.
73-
- 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.
73+
- Check what the failures look like and either fix them, or update the [test config](https://github.com/getsentry/sentry-python/blob/master/scripts/populate_tox/config.py) and rerun [scripts/generate-test-files.sh](https://github.com/getsentry/sentry-python/blob/master/scripts/generate-test-files.sh). See [scripts/populate_tox/README.md](https://github.com/getsentry/sentry-python/blob/master/scripts/populate_tox/README.md) for what configuration options are available.
7474
7575
_____________________
7676
77-
_🤖 This PR was automatically created using [a GitHub action](.github/workflows/update-tox.yml)._`.replace(/^ {16}/gm, '')
77+
_🤖 This PR was automatically created using [a GitHub action](https://github.com/getsentry/sentry-python/blob/master/.github/workflows/update-tox.yml)._`.replace(/^ {16}/gm, '')
7878
7979
// Close existing toxgen PRs as they're now obsolete
8080

0 commit comments

Comments
 (0)