From 57c99e55d3eb3c1cf113948d189a1d9bf7f63149 Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Fri, 19 Jul 2024 17:20:02 -0400 Subject: [PATCH] [CI] Remove `protected-branch` plugin (again) now that we're using an app token (#327) remove protected-branch plugin --- .autorc | 6 ------ .github/workflows/release.yaml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.autorc b/.autorc index c7f2a75..3b73641 100644 --- a/.autorc +++ b/.autorc @@ -10,12 +10,6 @@ "plugins": [ "git-tag", "released", - [ - "protected-branch", - { - "requiredStatusChecks": ["pre-commit.ci - pr"] - } - ], "first-time-contributor", [ "omit-commits", diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ed9506..9d0aefb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,4 +33,4 @@ jobs: env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} # GH_TOKEN: ${{ secrets.NB_PAT_RELEASE }} - PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE_PROTECTED }} + # PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE_PROTECTED }}