Develop an opt-in GH action to perform checks with the stack
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 123
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Describe the feature
Add a GH feature that on every pull request including a dependency bump, performs the check with the stack for the dependency conflicts.
Use cases
Every time we have a dependency bump with an external dep, we should perform a check with the stack to see if there are any conflicts. This is a time consuming operation we perform manually today. Automating can at least allow us to easily recognize if the dep update is breaking something or not.
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
The issue names no files, tests, or existing entry points. First trace how dependency-bump pull requests are identified and how the stack check is run; define the opt-in GitHub Action behavior and verify that it reports dependency conflicts without running for unrelated pull requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, java
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100