mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-30 05:08:04 +08:00
Add notice annotation and support more annotation fields (#855)
* Add support for notice annotation and additional properties
* Add additional tests
* Update readme
* Change casing for endLine and endColumn
* Update utils.ts
* Update README.md
* Rename files to have internal- nomenclature
* Revert "Rename files to have internal- nomenclature"
This reverts commit 7911689f29.
* Update utils.ts
This commit is contained in:
BIN
docs/assets/annotations.png
Normal file
BIN
docs/assets/annotations.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
@@ -6,7 +6,7 @@ Problem Matchers are a way to scan the output of actions for a specified regex p
|
||||
|
||||
Currently, GitHub Actions limit the annotation count in a workflow run.
|
||||
|
||||
- 10 warning annotations and 10 error annotations per step
|
||||
- 10 warning annotations, 10 error annotations, and 10 notice annotations per step
|
||||
- 50 annotations per job (sum of annotations from all the steps)
|
||||
- 50 annotations per run (separate from the job annotations, these annotations aren’t created by users)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user