aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts/remove-reviewers.js
Commit message (Collapse)AuthorAge
* ci: refactor CI filesdundargoc2023-12-09
| | | | | Mostly rename file and variable names to be more consistent. This makes it easier to locate them in the "Actions" tab on github.
* 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: 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: remove reviewers when drafting or closing a PRDundar Göc2022-03-27