mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Update README.md
This commit is contained in:
parent
e5da67d395
commit
47683009b7
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ documentation.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
on:
|
on:
|
||||||
issue: {type: opened}
|
issues: {types: opened}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment:
|
comment:
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
on:
|
on:
|
||||||
issue: {type: opened}
|
issues: {types: opened}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
apply-label:
|
apply-label:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue