Skip to content

Commit

Permalink
Merge pull request #156 from mdedetrich/add-permission-related-types-…
Browse files Browse the repository at this point in the history
…to-auto-import

Add permission related types to plugin autoimport
  • Loading branch information
eed3si9n authored Jun 6, 2023
2 parents ace995c + 8d271fb commit 00867d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/scala/sbtghactions/GenerativePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ object GenerativePlugin extends AutoPlugin {

type JavaSpec = sbtghactions.JavaSpec
val JavaSpec = sbtghactions.JavaSpec

type Permissions = sbtghactions.Permissions
val Permissions = sbtghactions.Permissions

type PermissionScope = sbtghactions.PermissionScope
val PermissionScope = sbtghactions.PermissionScope

type PermissionValue = sbtghactions.PermissionValue
val PermissionValue = sbtghactions.PermissionValue
}

import autoImport._
Expand Down

0 comments on commit 00867d1

Please sign in to comment.