unitycatalog / unitycatalog/unitycatalog
Workflows should run for PRs on main + release branches
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3.5k
- Forks
- 672
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 30
Description
Describe the bug
Currently, all workflows are targeted to run on PRs that merge into main but with PRs being backported into older releases, it is important that the workflows are also run on those PRs.
To Reproduce
Steps to reproduce the behavior:
- Create a new branch with some changes
- Create a PR into branch-0.2
- Observe that not all workflows including tests would be run
Expected behavior
All workflows should run when merging into release branches as well
System [please complete the following information]:
NA
Additional context
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
Review the repository's GitHub Actions workflow definitions and their pull-request branch filters first. Reproduce the behavior with a PR targeting branch-0.2, then verify that all workflows, including tests, run for PRs targeting the release branches as well as main.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100