diff --git a/.github/workflows/deploy-bot.yml b/.github/workflows/deploy-bot.yml index ab2a6f0..fcbf78f 100644 --- a/.github/workflows/deploy-bot.yml +++ b/.github/workflows/deploy-bot.yml @@ -17,8 +17,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: cleanlab/deploy-bot@v1.1.2 + - uses: cleanlab/deploy-bot@v1.2.2 with: source: staging target: main pr_label: block-merge + required_reviewers: LukeMainwaring