Add GHA to ensure dependency mappings are up-to-date
Open
Nobody has claimed this yet.
04 type: enhancement
14 prio: low
42 lvl: moderate
- Dominant language
- Python
- Stars
- 6
- Forks
- 7
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 5
Description
Idea from @jensens:
Create a GHA that gets the dependencies of Zope, Products.CMFCore and plone.base and compares them with what's stored in this repository in config/default/pyproject.toml.j2.
If the lists differ, warn about it 🤖
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting config/default/pyproject.toml.j2 and the repository's GitHub Actions configuration, then determine how dependency lists for Zope, Products.CMFCore, and plone.base are obtained. Done means an action compares those lists with the template and emits a warning when they differ.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100