| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
GitHub.Workflow.Command.Annotation.Commands.Notice
Documentation
Creates a notice message and prints the message to the log
The message can be associated with a particular file in your repository,
and optionally also a position within the file. See HasLocationMaybe.
GitHub documentation: Setting a notice message
Constructors
| Notice | |
Fields
| |
Instances
| HasLocationMaybe Notice Source # | |
| GetProperties Notice Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Notice Methods getProperties :: Notice -> Properties Source # | |
| HasProperties Notice Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Notice Methods | |
| ToCommand Notice Source # | |
| FromMessage Notice Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Notice Methods fromMessage :: Message -> Notice Source # | |
| HasMessage Notice Source # | |
| ToByteString Notice Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Notice Methods toByteStringBuilder :: Notice -> Builder Source # toByteString :: Notice -> ByteString Source # | |
| IsAnnotationType Notice Source # | |
Defined in GitHub.Workflow.Command.Annotation.Commands.Notice Methods | |