From 83342c4042f60f7098b542425b7d09a3caaf5e69 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Thu, 18 Apr 2024 10:51:07 -0300 Subject: [PATCH] Add reviewers to automated PRs (#18390) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I was thinking on adding `team-reviewers: go`, but there's the following note on the github's action repository, so let's start simple: ![Screenshot 2024-04-18 at 9 30 51 AM](https://github.com/fleetdm/fleet/assets/2073526/9477038a-320d-4aa0-860b-d18faf962f03) --- .github/workflows/fleetd-tuf.yml | 1 + .github/workflows/update-certs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/fleetd-tuf.yml b/.github/workflows/fleetd-tuf.yml index c1617cb860..ebeca889da 100644 --- a/.github/workflows/fleetd-tuf.yml +++ b/.github/workflows/fleetd-tuf.yml @@ -51,6 +51,7 @@ jobs: branch: update-versions-of-fleetd-components-tuf delete-branch: true title: Update versions of fleetd components in Fleet's TUF [automated] + reviewers: lukeheath,georgekarrv,sharon-fdm commit-message: | Update versions of fleetd components in Fleet's TUF [automated] diff --git a/.github/workflows/update-certs.yml b/.github/workflows/update-certs.yml index c5227657f3..f39c2ac7ce 100644 --- a/.github/workflows/update-certs.yml +++ b/.github/workflows/update-certs.yml @@ -51,6 +51,7 @@ jobs: branch: update-ca-certs delete-branch: true title: Update Orbit CA certs [automated] + reviewers: lukeheath,georgekarrv,sharon-fdm commit-message: | Update Orbit CA certs [automated]