Skip to content

Commit

Permalink
[CI] Allow auto to push on protected branch (#261)
Browse files Browse the repository at this point in the history
* add plugins for handling branch protection and first time contributors

* update release wf
  • Loading branch information
alyssadai authored Dec 20, 2023
1 parent cbcf381 commit 4a333c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"noVersionPrefix": false,
"plugins": [
"git-tag",
"released"
"released",
"protected-branch",
"first-time-contributor"
]
}
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
run: ~/auto shipit -vv
env:
GH_TOKEN: ${{ secrets.NB_PAT_RELEASE }}
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE }}

0 comments on commit 4a333c6

Please sign in to comment.