1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

115 commits

Author SHA1 Message Date
Pradyun Gedam
28e794ed4a
Merge pull request #10424 from hugovk/only-label-merge-conflicts-for-upstream 2021-09-03 11:20:24 +01:00
Hugo van Kemenade
be94a164a2 CI: Only label merge conflicts on upstream 2021-09-03 13:08:28 +03:00
Pradyun Gedam
263206c9b3
Merge pull request #10406 from pradyunsg/new-issue-workflow
Tweaks issue templates
2021-09-03 10:15:24 +01:00
Pradyun Gedam
1fb0914f5f
Reword note on output formatting 2021-08-30 11:02:02 +01:00
Jon Dufresne
a775351a38 Clean up leftover references to removed Travis and Azure CI 2021-08-28 20:01:58 -07:00
Pradyun Gedam
ab09a7b108
Reformat issue template config.yml 2021-08-27 18:54:04 +01:00
Pradyun Gedam
bc5a250795
discuss.python.org/c/packaging is not a support channel 2021-08-27 18:53:43 +01:00
Pradyun Gedam
3342dbd4d6
Disallow blank issues 2021-08-27 18:52:19 +01:00
Pradyun Gedam
c3dccb47ef
Add a message asking users to check for duplicates 2021-08-27 18:51:11 +01:00
Pradyun Gedam
152133f318
Tweak wording in the bug report issue form 2021-08-27 18:50:59 +01:00
Pradyun Gedam
3b7271c37f
Change the feature request template into a form 2021-08-27 18:50:43 +01:00
Pradyun Gedam
4088fdbfd5
Make good-first-issue into an Issue Form
This makes it harder for a non-maintainer to file these. We've have a
few users use this, seemingly thinking it is for people filing their
first GitHub issue.
2021-08-25 08:29:44 +01:00
Pradyun Gedam
24541d3e2b
Explicitly set permissions for label-merge-conflicts 2021-08-15 18:29:57 +01:00
Pradyun Gedam
eb700d7b95
Add a name for label-merge-conflicts 2021-08-15 13:23:49 +01:00
Pradyun Gedam
93f200aeda
Perform merge-conflict label checks, via GitHub Actions 2021-08-15 13:23:49 +01:00
Pradyun Gedam
7b96794ad2
Add missing word to guidance on check failure
Co-authored-by: Stéphane Bidoul <stephane.bidoul@acsone.eu>
2021-08-15 11:57:58 +01:00
Pradyun Gedam
96b0ef029b
Provide additional context on news entry check failures 2021-08-15 10:32:20 +01:00
Pradyun Gedam
116e53145b
Change the news-file check
- Rename the file.
- Give it a better name in checks view.
- Use the ref the PR will merge into.
2021-08-15 09:36:05 +01:00
Tzu-ping Chung
d8fba8d95a
Merge pull request #9785 from hexagonrecursion/main 2021-08-15 11:25:53 +08:00
Pradyun Gedam
c9b234c2af
Permit pre-release versions of Python 3.10 in CI 2021-08-06 13:42:31 +01:00
Pradyun Gedam
4ee9a4af25
Add Python 3.10 support 2021-08-06 13:42:31 +01:00
Pradyun Gedam
236c0ccb8a
Move test requirements into tests/
This makes the file easier to locate, by placing it next to the stuff
that it will affect.
2021-07-24 12:06:51 +01:00
Pradyun Gedam
4fe94078d5 Update IRC links to libera.chat 2021-06-25 15:45:45 +01:00
Pradyun Gedam
ff228fdeaf
Remove empty title, which broke the issue form 2021-04-24 16:10:26 +01:00
Pradyun Gedam
e9cc23ffd9
Skip checks on PRs only 2021-04-24 10:00:54 +01:00
Pradyun Gedam
73dca3a43a
Change quotes 2021-04-21 10:00:46 +01:00
Pradyun Gedam
3df69bcb29
Run all of CI, on scheduled runs 2021-04-17 15:33:58 +01:00
Hugo van Kemenade
ec59cc0968 Run CI on main not master 2021-04-07 17:48:55 +03:00
Andrey Bienkowski
80ebeb5a5c
Create news-file.yaml 2021-04-07 08:32:06 +00:00
Stéphane Bidoul
ec0a1cb9f0 ci: fix pre-commit action 2021-04-04 13:39:10 +02:00
Pradyun Gedam
1ab662f330
Trim the number of Windows jobs we run 2021-04-02 01:27:01 +01:00
Pradyun Gedam
876df5a57f
Remove PyPy3 for now 2021-04-02 01:26:55 +01:00
Pradyun Gedam
c022615961
Add a single GitHub Actions workflow for CI 2021-04-02 01:26:26 +01:00
Pradyun Gedam
0cdf9d7260
Drop all existing CI 2021-04-01 23:29:19 +01:00
Pradyun Gedam
ade72202c5
Transition away from deprecated keys
> The top-level key `about:` will be deprecated in favor of
> `description:`. Please use `description:` instead of `about:`.
2021-04-01 17:57:16 +01:00
Pradyun Gedam
44c9035c16
Fix indentation of validations
This should fix the issue form template failing due to this.
2021-04-01 17:54:05 +01:00
Pradyun Gedam
3173bffd38
Tweak the bug report template
- Ask for a description in the first textarea.
- Remove warning block about resolver report.
- Mark "How to Reproduce" as a required validation.
- Add `render: sh-session` to the output handling.
- Simplify CoC agreement checkbox.
2021-04-01 17:49:51 +01:00
Pradyun Gedam
3edbd7cb91
Drop the resolver failure issue template 2021-04-01 17:42:15 +01:00
Pradyun Gedam
1db5ce02af
Update the default branch name for this repository 2021-03-28 07:30:21 +01:00
Pradyun Gedam
c651ecf25a
Tweak some references in the documentation 2021-03-28 07:29:37 +01:00
Denise Yu
4fa2466b7d
Update bug-report.yml
Fix bug report template to work with new YAML config rules
2021-02-19 15:43:55 -05:00
Pradyun Gedam
ac56108307
Update bug-report.yml 2021-02-03 21:13:17 +00:00
Pradyun Gedam
79949fe045
Update bug-report.yml
Tweak presentation of description and warnings.
2021-02-03 21:12:54 +00:00
Pradyun Gedam
a80427931a
Update bug-report.yml
Fixes the malformed labels syntax
2021-02-03 21:08:44 +00:00
Sviatoslav Sydorenko
bb8a29cfed
Use new issue forms for bug reports 2021-02-03 17:34:09 +01:00
Hugo van Kemenade
cc00f8ac71 Allow testing of feature branches 2020-12-28 18:36:03 +02:00
Pradyun Gedam
527550d5a7
Drop Python 2.7 and 3.5 from CI 2020-12-19 19:55:04 +00:00
Pradyun Gedam
962a0169b2
Use the new environment files
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-19 13:36:18 +00:00
Pradyun Gedam
0e135407c7
Simplify YAML + better names 2020-10-27 02:10:36 +05:30
Pradyun Gedam
d4cde6cb10
Fix typo 2020-10-27 01:49:00 +05:30