summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Drop auto-labeling of PRs that are out of date (#11907)Pradyun Gedam2023-03-271-19/+0
|
* Tweak the Chronographer configuration (#11906)Pradyun Gedam2023-03-271-24/+4
|
* 🔧 Add an explicit Chronographer config (#11848)Sviatoslav Sydorenko2023-03-121-0/+30
|
* Add an environment containing the secret tokenPradyun Gedam2023-01-011-0/+1
| | | | This ensures that we only expose the token to this one job on `main`.
* Fix the dependencies as installed for the RTD update scriptPradyun Gedam2022-12-311-1/+1
| | | | This ensures that it is updated correctly.
* Add GitHub action for RTD redirect updatesPradyun Gedam2022-12-301-0/+27
| | | | | This makes it possible for pip's documentation's redirects to be automatically synchronised with the `main` branch.
* Stop forcing color in CIPradyun Gedam2022-12-261-5/+0
| | | | | This affects the output presented in tests that rely on checking for how `rich` errors are presented.
* Add 3.11 to CI (#11550)Tzu-ping Chung2022-10-282-56/+28
|
* Fix legacy virtualenv setup in testsTzu-ping Chung2022-10-281-3/+3
|
* Bump virtualenv to 20+ in testsTzu-ping Chung2022-10-281-3/+3
|
* Replace bzr with breezyq0w2022-10-191-1/+1
| | | Bzr is disabled https://github.com/Homebrew/homebrew-core/blob/9890144632fb15e68ba22db71c8d355865827f13/Formula/bazaar.rb#L19
* Move check-manifest to a CI checkPradyun Gedam2022-10-141-0/+1
| | | | | This makes local runs of `nox -s lint` quicker while still providing the relevant protections for checking the MANIFEST file.
* Merge pull request #11494 from pradyunsg/remove-pre-commit-from-gaPradyun Gedam2022-10-131-16/+4
|\
| * Remove pre-commit from GitHub ActionsPradyun Gedam2022-10-071-16/+4
| | | | | | | | This is a step in moving linting completely to pre-commit.ci.
* | Switch to the no-response GitHub ActionPradyun Gedam2022-10-072-11/+19
|/ | | | The no-response bot has been turned off.
* Fix a typo in required CI jobs allowed to skip (#11474)Sviatoslav Sydorenko2022-09-291-2/+2
| | | | test-zipapp -> tests-zipapp test-importlib-metadata -> tests-importlib-metadata
* Allow skips for the test jobs in branch protection (#11472)Sviatoslav Sydorenko2022-09-291-0/+14
|
* Introduce a `check` CI job for branch protection (#11434)Sviatoslav Sydorenko2022-09-291-0/+31
| | | | | | | | This patch adds a special check-job that produces a clear failure or success status based on how the dependent jobs are doing. It is possible to use it in GitHub's branch protection instead of having to manually add and remove individual job names via the repo settings. https://github.com/marketplace/actions/alls-green#why
* Update bug-report.ymlPradyun Gedam2022-09-021-3/+1
| | | Drop the "render", because our users are generally smart and GitHub is not.
* Delete the "good first issue" templateDiego Ramirez2022-08-181-38/+0
| | | Seems like we're not using this template, and other users are using it as "good first reporters".
* Merge branch 'main' into test_zipappPaul Moore2022-07-281-0/+2
|\
| * Always run CI workflows when noxfile changesStéphane Bidoul2022-07-231-0/+2
| |
* | Add testing with pip built as a zipapp to the CIPaul Moore2022-07-121-0/+29
|/
* Merge pull request #11178 from pypa/pradyunsg-patch-1Pradyun Gedam2022-06-171-1/+1
|\ | | | | Change the render language to `shell`
| * Change the render language to `shell`Pradyun Gedam2022-06-101-1/+1
| |
* | Rename the trivial label, to skip-newsPradyun Gedam2022-06-101-1/+1
|/
* Merge pull request #10865 from pypa/pradyunsg-patch-1Pradyun Gedam2022-05-121-6/+5
|\ | | | | Clarify that you don't need to add backticks for output
| * Clarify that you don't need to add backticks for outputPradyun Gedam2022-01-311-6/+5
| |
* | Enable importlib.metadata backend on Python 3.11Tzu-ping Chung2022-05-101-2/+2
| |
* | Add compat shim to find eggs in importlib backendTzu-ping Chung2022-04-121-1/+1
| |
* | Fix CI bzr installationTzu-ping Chung2022-04-121-1/+0
| |
* | Add workflow to run tests against the new backendTzu-ping Chung2022-04-121-0/+36
| |
* | Avoid setuptools 60.6.0Pradyun Gedam2022-02-011-1/+1
|/ | | | | It has a bug that breaks our test suite, and the relevant bug is being investigated at the moment.
* Pass `FORCE_COLOR=1` to the CI, to colorize NoxDiego Ramirez2022-01-251-0/+5
| | | This is just a preference, I'm approaching a new Nox ability.
* Merge pull request #10796 from pradyunsg/try-fixing-test-suitePradyun Gedam2022-01-141-1/+1
|\
| * Use the standard library distutils for running testsPradyun Gedam2022-01-141-1/+1
| | | | | | | | | | This is in line with what our unit tests are written with the assumption of.
* | CI: Only lock threads on upstreamHugo van Kemenade2022-01-111-0/+1
|/
* Autocancel repeated CI runsPradyun Gedam2021-12-031-0/+4
| | | | | This will ensure that any specific pull request (or commit) only has a single CI run happening at any point in time.
* Improve the news file and the CIDiego Ramirez2021-12-011-1/+1
|
* Implement suggestions, and use more Nox sessions in our CIDiego Ramirez2021-12-011-2/+2
|
* Replace tox with Nox (CLI, docs)Diego Ramirez2021-11-291-7/+7
|
* Drop Python 3.9 from Windows CIPradyun Gedam2021-11-121-1/+1
|
* Drop support for soon-EOL Python 3.6Hugo van Kemenade2021-11-081-5/+3
|
* Add `about` to ISSUE_TEMPLATES/config.ymlPradyun Gedam2021-10-111-0/+1
| | | Just in case that's the reason this option isn't shown.
* Merge pull request #10527 from DiddiLeija/lock-threads-v3Pradyun Gedam2021-10-081-3/+3
|\
| * Bump the `lock-threads` action to version 3Diego Ramirez2021-09-291-3/+3
| | | | | | This version has been released recently. Also, I had to modify the arguments passed to the action.
* | Add maintainers-only link to file blank issues, to "New Issue" selectoradd-maintainers-only-linkPradyun Gedam2021-09-291-0/+2
|/ | | | | | | This link is only accessible for users who have the "Write" or "Admin" permissions on the repository. Everyone else will get redirected to the same URL as the selector, which I imagine to be an amusing experience.
* Add a GitHub Actions workflow, to lock closed threadsPradyun Gedam2021-09-221-0/+22
| | | | This replaces the now-disabled lock-bot, which did the same thing.
* Remove configuration for the lock botPradyun Gedam2021-09-221-8/+0
| | | | | This bot is no longer maintained and has been removed. This configuration file is no longer necessary.
* Delete ISSUE_TEMPLATE.mdDiego Ramirez2021-09-201-3/+0
| | | This issue template has been superseeded by the new YAML forms, so we can remove it.