From 9d6c118df7c610f2d0a27c061bb4ed08e40a4d7c Mon Sep 17 00:00:00 2001 From: ryansingman Date: Fri, 18 Aug 2023 09:54:25 -0600 Subject: [PATCH 1/3] req reviewers --- .github/workflows/deploy-bot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-bot.yml b/.github/workflows/deploy-bot.yml index ab2a6f0..40f578e 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.0 with: source: staging target: main pr_label: block-merge + required_reviewers: LukeMainwaring From 13cc1a50ef494fc50e6480697625f760001ce1cd Mon Sep 17 00:00:00 2001 From: ryansingman Date: Fri, 18 Aug 2023 10:03:00 -0600 Subject: [PATCH 2/3] bump db version --- .github/workflows/deploy-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-bot.yml b/.github/workflows/deploy-bot.yml index 40f578e..2d62e52 100644 --- a/.github/workflows/deploy-bot.yml +++ b/.github/workflows/deploy-bot.yml @@ -17,7 +17,7 @@ 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.2.0 + - uses: cleanlab/deploy-bot@v1.2.1 with: source: staging target: main From d37758b56d302a20b729c87f534c799483ba7da1 Mon Sep 17 00:00:00 2001 From: ryansingman Date: Fri, 18 Aug 2023 10:04:43 -0600 Subject: [PATCH 3/3] bump db version --- .github/workflows/deploy-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-bot.yml b/.github/workflows/deploy-bot.yml index 2d62e52..fcbf78f 100644 --- a/.github/workflows/deploy-bot.yml +++ b/.github/workflows/deploy-bot.yml @@ -17,7 +17,7 @@ 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.2.1 + - uses: cleanlab/deploy-bot@v1.2.2 with: source: staging target: main