Skip to content

Commit

Permalink
Update content-checklist-from-issue.yml
Browse files Browse the repository at this point in the history
Modified workflow so content creation list is only added when a issue is created, and not when it is edited.
  • Loading branch information
kaitohm authored Oct 18, 2024
1 parent b551505 commit c2a0f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/content-checklist-from-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
name: Add the applicable content development checklist based on a command in the issue body
on:
issues:
types: [opened, edited]
types: opened
# types: [opened, edited] <= Use this if we want the workflow to run when an issue is edited, too

jobs:
tutorial-issue:
Expand Down

0 comments on commit c2a0f16

Please sign in to comment.