We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349dd67 commit 28e56f8Copy full SHA for 28e56f8
README.md
@@ -8,7 +8,7 @@ Labels are taken from https://github.com/kubernetes/kubernetes/labels?q=size
8
9
Create a `.github/workflows/size-label.yml` file:
10
11
-```
+```yaml
12
name: size-label
13
on: pull_request
14
jobs:
@@ -32,10 +32,10 @@ The following environment variables are supported:
32
33
You can configure the environment variables in the workflow file like this:
34
35
36
env:
37
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
38
- IGNORED = ".*\n!.gitignore\nyarn.lock\ngenerated/**"
+ IGNORED: ".*\n!.gitignore\nyarn.lock\ngenerated/**"
39
```
40
41
## License
0 commit comments