Skip to content

Commit 28e56f8

Browse files
authored
Update README.md
1 parent 349dd67 commit 28e56f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Labels are taken from https://github.com/kubernetes/kubernetes/labels?q=size
88

99
Create a `.github/workflows/size-label.yml` file:
1010

11-
```
11+
```yaml
1212
name: size-label
1313
on: pull_request
1414
jobs:
@@ -32,10 +32,10 @@ The following environment variables are supported:
3232

3333
You can configure the environment variables in the workflow file like this:
3434

35-
```
35+
```yaml
3636
env:
3737
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
38-
IGNORED = ".*\n!.gitignore\nyarn.lock\ngenerated/**"
38+
IGNORED: ".*\n!.gitignore\nyarn.lock\ngenerated/**"
3939
```
4040

4141
## License

0 commit comments

Comments
 (0)