Skip to content

Commit

Permalink
ci: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 9, 2024
1 parent c8abe97 commit 01a506c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto_add_reponame_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Add repo name label

on:
issues:
- opened
types:
- opened
pull_request:
- opened
types:
- opened

jobs:
add_label:
Expand Down

0 comments on commit 01a506c

Please sign in to comment.