Safe Haskell | None |
---|---|
Language | Haskell2010 |
Github
Description
Github related actions
Since: 0.1.0
Synopsis
- baseCommit :: Environment -> IO Text
- comment :: Environment -> String -> IO ()
- retrieveRemoteFile :: Environment -> IO (Either Error Content, Name Owner)
- updateRemoteFile :: Environment -> (Either Error Content, Name Owner) -> IO ()
Documentation
baseCommit :: Environment -> IO Text #
Retrieve the corresponding base commit for the pull request
comment :: Environment -> String -> IO () #
Comment the provided string
retrieveRemoteFile :: Environment -> IO (Either Error Content, Name Owner) #
Download the remote databasefile if available
updateRemoteFile :: Environment -> (Either Error Content, Name Owner) -> IO () #
Update or create the remote database file