Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
documentation.

**Note** This action is still a bit of an experiment—the API may change in
*future versions. 🙂
\*future versions. 🙂

## Examples

### Comment on an issue

```yaml
on:
issue: {type: opened}
issues:
types: [opened]

jobs:
comment:
Expand All @@ -44,7 +45,8 @@ jobs:

```yaml
on:
issue: {type: opened}
issues:
types: [opened]

jobs:
apply-label:
Expand Down