From 3c82a2923ea26466bd3d7abe26b474c73b7b87ca Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Mon, 23 Sep 2024 17:48:41 +0100 Subject: [PATCH] Ignore default reviewers https://github.com/grafana/grafana-github-actions/pull/227 --- .github/workflows/backport.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 4f7416d479..9744c8dce0 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -15,7 +15,6 @@ jobs: with: repository: grafana/grafana-github-actions path: ./actions - ref: jdb/2024-09-replace-graphql-with-rest - name: Install Actions run: npm install --production --prefix ./actions - name: Run backport @@ -23,4 +22,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} labelsToAdd: backport + # The provided token needs read permissions for organization members if you want to remove the default reviewers. + removeDefaultReviewers: false title: "[{{base}}] {{originalTitle}}"