From c98748044b5004ba936bc3d458a9f7cf08ec7eb8 Mon Sep 17 00:00:00 2001 From: mikkaatje Date: Thu, 9 Nov 2023 19:59:16 +0100 Subject: [PATCH] Update delete.yml --- .github/workflows/delete.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/delete.yml b/.github/workflows/delete.yml index 98b293c..0b567b1 100644 --- a/.github/workflows/delete.yml +++ b/.github/workflows/delete.yml @@ -28,12 +28,12 @@ jobs: comment=$(cut -d "|" -f 2 data.csv) reason=$(cut -d "|" -f 1 data.csv) domain=$(cut -d "|" -f 3 data.csv) - gh issue edit https://github.com/is-probably-gay/is-probably-gay/issues/${{ github.event.issue.number }} -t "🌈 Delete $domain" --add-label "domain delete" + gh issue edit https://github.com/lgbt-sh/lgbt-sh/issues/${{ github.event.issue.number }} -t "🌈 Delete $domain" --add-label "domain delete" if [ "$reason" = "completed" ] then - gh issue edit https://github.com/is-probably-gay/is-probably-gay/issues/${{ github.event.issue.number }} --add-label "success" + gh issue edit https://github.com/lgbt-sh/lgbt-sh/issues/${{ github.event.issue.number }} --add-label "success" else - gh issue edit https://github.com/is-probably-gay/is-probably-gay/issues/${{ github.event.issue.number }} --add-label "failed" + gh issue edit https://github.com/lgbt-sh/lgbt-sh/issues/${{ github.event.issue.number }} --add-label "failed" fi - gh issue close https://github.com/is-probably-gay/is-probably-gay/issues/${{ github.event.issue.number }} --comment "$comment" --reason "$reason" + gh issue close https://github.com/lgbt-sh/lgbt-sh/issues/${{ github.event.issue.number }} --comment "$comment" --reason "$reason"