aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts/reviews.js
Commit message (Collapse)AuthorAge
* ci: various fixesdundargoc2023-11-03
| | | | | | | - adjust reviewers - add workflow as cache key - install attr only when tesitng - fix s390x workflow by checking out the merge PR instead of master
* ci: various cleanupsdundargoc2023-10-09
| | | | | - add reviewers - correct cache key
* ci: update reviewersdundargoc2023-04-26
|
* ci: remove team reviewersdundargoc2023-04-22
| | | | | Team reviewers is a nice feature that comes with a severe drawback: it makes testing the workflows incredibly difficult as they won't work without a similar token by the tester.
* ci: use a set instead of array for team reviewersdundargoc2023-04-07
| | | Adding the same team multiple times will fail the review job.
* ci: update reviewersdundargoc2023-04-02
|
* ci: remove reviewers from the refactor label (#22216)dundargoc2023-02-11
| | | Anyone can review a refactor depending on what's being refactored.
* ci: add platform:nix label when changing nix files (#21569)dundargoc2022-12-28
| | | Also update the reviewer list.
* ci: add team reviewers (#21434)dundargoc2022-12-15
| | | | | | | | Using team reviewers when possible reduces the churn on the git history as we'll be able to add or remove reviewers without needing to change the workflow files. This requires using Github fine-grained personal access tokens with Pull Requests set to "Read and write" and Members to "Read-only".
* ci: add more reviewers based on label (#21155)dundargoc2022-11-30
|
* ci: add reviewers based on labels (#20703)dundargoc2022-10-18
|
* ci: add more reviewers based on label (#17975)dundargoc2022-09-10
|
* ci: remove gpanders from api reviewers (#20074)Gregory Anders2022-09-03
|
* ci: remove mjlbach from reviewers (#18297)Michael Lingelbach2022-04-29
|
* ci(reviews): update reviewersDundar Göc2022-03-04
|
* ci(reviews): move reviews.js to .github/scriptsDundar Göc2022-02-17