Skip to content

Commit

Permalink
Revert "Change docstring labeler workflow to add Daria as reviewer (#357
Browse files Browse the repository at this point in the history
)" (#360)

This reverts commit 66bede7.
  • Loading branch information
silvanocerza authored Feb 8, 2024
1 parent c64763d commit 5096aea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI_docstring_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5096aea

Please sign in to comment.