Skip to content

Commit

Permalink
Add a description that how to run the app using GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro-m committed Feb 23, 2019
1 parent a5b11ed commit 6eb5065
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,21 @@ WEBHOOK_SECRET=development
PRIVATE_KEY_PATH=.data/private-key.pem
```

### GitHub Actions
Add `.github/main.workflow` to the repository you want to run the app.

```hcl
workflow "Add reviewers/assignees to Pull Requests" {
on = "pull_request"
resolves = "Auto Assign"
}
action "Auto Assign" {
uses = "kentaro-m/auto-assign@master"
secrets = ["GITHUB_TOKEN"]
}
```

## Contributing

If you have suggestions for how `auto-assign` could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
Expand Down

0 comments on commit 6eb5065

Please sign in to comment.