canonical / canonical/dex-auth-operator
Add PR title validation for Dex Auth operator repository using reusable workflow
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 4
- Forks
- 17
- Avg merge
- 23h 59m
- Merged PRs (30d)
- 3
Description
Context
Ensuring PR titles (and merge commits) always follow a defined naming convention is necessary to maintain a clean and readable repository.
Ref: https://github.com/canonical/bundle-kubeflow/issues/1376
What needs to get done
- Add new action, possibly named on_pull_request_lint_title, which uses the reusable workflow defined here
Definition of Done
- Action runs when a PR is created, updated, reopened or synchronized
- PR title validation is working
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
Read the reusable workflow at .github/workflows/_pull-request-lint-title.yaml first, then add the repository action requested in the issue using that workflow. Verify that it runs on pull request creation, updates, reopening, and synchronization, and confirm that PR title validation works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100