From 53fd54d1e3ef9ba70fb55a8aecb43fa33be6221a Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 24 Jan 2023 14:59:09 -0500 Subject: [PATCH] update team members --- .github/workflows/remove_labels.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/remove_labels.yml b/.github/workflows/remove_labels.yml index 8b027b6..9dc473b 100644 --- a/.github/workflows/remove_labels.yml +++ b/.github/workflows/remove_labels.yml @@ -6,9 +6,8 @@ on: types: [created, edited] jobs: remove-labels: - if: ${{ github.actor != 'bajanam' && github.actor != 'patrickfreed' - && github.actor != 'abr-egn' && github.actor != 'isabelatkinson' - && github.actor !='kmahar'}} + if: ${{ github.actor != 'Tom Selander' && github.actor != 'patrickfreed' + && github.actor != 'abr-egn' && github.actor != 'isabelatkinson'}} runs-on: ubuntu-latest steps: - name: initial labeling