You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ jobs:
36
36
37
37
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).
38
38
39
+
Please note that only those public events that belong to the following list show up:-
40
+
41
+
- `IssueEvent`
42
+
- `IssueCommentEvent`
43
+
- `PullRequestEvent`
44
+
39
45
You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/blob/master/.github/workflows/update-readme.yml).
40
46
41
47
_Inspired by [JasonEtco/activity-box](https://github.com/JasonEtco/activity-box)_
0 commit comments