aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr_triage.yml
AgeCommit message (Collapse)Author
2023-08-06Fix PR build concurrency and stop auto assigning reviewers for draft PRs (#5519)TSRBerry
* build: Remove concurrency It's called by checks anyway. * Only assign reviewers for PRs that are ready for reviews
2023-07-12infra: Fix PR triage once and for all (#5442)Mary
Switch to a custom made python script that query GitHub API to grab latest state of the PR after label assign.
2023-06-13infra: Sync paths-ignore with release job and attempt to fix review assignMary
2023-06-12Fix action version (#5299)TSRBerry
2023-06-12infra: Fix PR triage workflow glob patterns (#5297)TSRBerry
* Use glob patterns to match file paths * Update ignored paths for releases * Adjust build.yml as well * Add names to auto-assign steps * Fix developer team name * Allow build workflows to run if workflows changed
2023-06-12infra: Add PR triage action (#5293)Mary
This is a bare minimal triage action that handle big categories. In the future we could also label all services correctly but I didn't felt this was required for a first iteration.