Skip to content

Commit

Permalink
ci(workflows): update for style (#33)
Browse files Browse the repository at this point in the history
this is how we array in yaml :)
  • Loading branch information
aimeerivers authored May 16, 2024
1 parent 5104db1 commit 79387f2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Assign issues and PRs to project

on:
issues:
types: [opened, reopened]
types:
- opened
- reopened

pull_request:
types: [opened, reopened]
types:
- opened
- reopened

workflow_call:
inputs:
Expand Down

0 comments on commit 79387f2

Please sign in to comment.