Skip to content

Commit

Permalink
Fix YAML syntax error in take.yml (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter authored Sep 26, 2023
1 parent 8a9b36f commit eacc869
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/take.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit eacc869

Please sign in to comment.