docs: Deprecate this repository in favour of the monorepo - #517
Conversation
Development of pytest-mergify moved to Mergifyio/mergify-ci-integrations, under clients/pytest-mergify/. Point readers there for issues, pull requests and the development setup. The published package is unaffected: pytest-mergify is still maintained and still released to PyPI, just from the monorepo now, so `pip install pytest-mergify` keeps working unchanged. Change-Id: If4064006315675d64fed0e2187b1cf2f931648a1
PR Risk Assessment🟢 Low risk — labeled
A reviewer can add or remove the label at any time. |
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 Approval
🟢 Continuous Integration
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
There was a problem hiding this comment.
Pull request overview
This PR updates the repository documentation to clearly indicate that active development has moved to the Mergifyio/mergify-ci-integrations monorepo (under clients/pytest-mergify/), while clarifying that the published pytest-mergify PyPI package remains actively maintained and unaffected.
Changes:
- Add a prominent README notice directing users to the new development repository for issues/PRs.
- Clarify that
pip install pytest-mergifyremains valid and the package continues to be released. - Add a note in the Development section pointing to the monorepo and marking local instructions as reference-only.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Merge Queue Status
This pull request spent 9 seconds in the queue, including 1 second running CI. Required conditions to merge
|
Development of pytest-mergify moved to Mergifyio/mergify-ci-integrations, under
clients/pytest-mergify/. Point readers there for issues, pull requests and the development setup.The published package is unaffected:
pytest-mergifyis still maintained and still released to PyPI, just from the monorepo now, sopip install pytest-mergifykeeps working unchanged. The notice is worded to say the repository moved, not that the package is dead — the README is also the PyPI long description, so a "deprecated" banner there would reach every user of a very much live package.Docs only: no code, tests or CI touched.