From caae9277e9709065bcfad6686b933ea90875ac25 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Wed, 24 Apr 2024 11:43:12 +0200 Subject: [PATCH] fixup! fixup! fixup! Update GitHub actions to the latest versions --- .github/auto_assign.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 05dbfc0..d519bd6 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,2 +1,14 @@ +# Set to true to add reviewers to pull requests +addReviewers: false + +# Set to true to add assignees to pull requests addAssignees: author -runOnDraft: true + +# A list of assignees, overrides reviewers if set +assignees: + - adamkudrna + +# A number of assignees to add to the pull request. +# Set to 0 to add all assignees. +# Uses numberOfReviewers if not set. +numberOfAssignees: 0