Skip to content

Commit

Permalink
create issue only when opened
Browse files Browse the repository at this point in the history
  • Loading branch information
blairlyons authored Feb 22, 2022
1 parent 88be68d commit 8346b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Issue

on:
issues:
types: [opened, labeled]
types: [opened]
jobs:
createCard:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8346b86

Please sign in to comment.