From eacc86980baa4b5bac20944294c5d40b5131c824 Mon Sep 17 00:00:00 2001 From: Willow Carretero Chavez Date: Tue, 26 Sep 2023 16:49:03 -0400 Subject: [PATCH] Fix YAML syntax error in take.yml (#379) --- .github/workflows/take.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/take.yml b/.github/workflows/take.yml index 98f2a354..84ec0156 100644 --- a/.github/workflows/take.yml +++ b/.github/workflows/take.yml @@ -1,8 +1,7 @@ -# .github/workflows/take.yml name: Assign issue to contributor on: issue_comment: - types: [created, edited] // action runs on new and edited issue comments + types: [created, edited] # action runs on new and edited issue comments jobs: assign: