Skip to content

Commit

Permalink
doc: update Note/Warning GitHub Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 18, 2023
1 parent 22df693 commit c75d236
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ The following example shows how to automatically label issues based on the sever
# ...
```

> **Warning**: It's essential to set the correct ID in issue-form
> **Warning**
>
> It's essential to set the correct ID in issue-form
GitHub workflow that automatically marks issues with severity labels:

Expand Down Expand Up @@ -158,7 +160,9 @@ The following example shows how to automatically label issues based on animal ty
# ...
```

> **Warning**: It's essential to set the correct ID in issue-form
> **Warning**
>
> It's essential to set the correct ID in issue-form
Let's define a policy that will allow us to map animals to their types. Policy needs to be stored in `.github/advanced-issue-labeler.yml`.

Expand Down Expand Up @@ -284,7 +288,9 @@ List of forbidden labels. These labels won't be set.
* default value: `undefined`
* requirements: `optional`

> **Note**: _Please notice the `|` in the example above ☝️. That lets you effectively declare a multi-line YAML string. You can learn more about multi-line YAML syntax [here](https://yaml-multiline.info). This syntax is required when block-listing multiple labels._
> **Note**
>
> _Please notice the `|` in the example above ☝️. That lets you effectively declare a multi-line YAML string. You can learn more about multi-line YAML syntax [here](https://yaml-multiline.info). This syntax is required when block-listing multiple labels._

### config-path

Expand Down

0 comments on commit c75d236

Please sign in to comment.