Skip to content

Commit

Permalink
docs: add info regarding supported events
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 28, 2020
1 parent 8481c59 commit 3699604
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
The above job runs every half an hour, you can change it as you wish based on the [cron syntax](https://jasonet.co/posts/scheduled-actions/#the-cron-syntax).
Please note that only those public events that belong to the following list show up:-
- `IssueEvent`
- `IssueCommentEvent`
- `PullRequestEvent`

You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/blob/master/.github/workflows/update-readme.yml).

_Inspired by [JasonEtco/activity-box](https://github.com/JasonEtco/activity-box)_

0 comments on commit 3699604

Please sign in to comment.