From 32b6da92dd59151eb228024ae044b0f5ffa583a8 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 24 Sep 2024 13:46:48 +0100 Subject: [PATCH] Ignore default reviewers (#3585) 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}}"