From 5096aea315d16e2443af94b2ae636189052cd26b Mon Sep 17 00:00:00 2001 From: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:52:43 +0100 Subject: [PATCH] Revert "Change docstring labeler workflow to add Daria as reviewer (#357)" (#360) This reverts commit 66bede7bd601c1e6dcd071ba0cae8ef9f4275974. --- .github/workflows/CI_docstring_labeler.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/CI_docstring_labeler.yml b/.github/workflows/CI_docstring_labeler.yml index 5410b6f22..151bdb321 100644 --- a/.github/workflows/CI_docstring_labeler.yml +++ b/.github/workflows/CI_docstring_labeler.yml @@ -54,9 +54,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: gh pr edit ${{ github.event.pull_request.html_url }} --add-label "type:documentation" - - - name: Add reviewer - if: ${{ steps.run-check.outputs.should_run == 'true' }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh pr edit ${{ github.event.pull_request.html_url }} --add-reviewer dfokina