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
secret: PAT/Github Token (default to secrets.GITHUB_TOKEN)
25
-
repo: repository to monitor (default to the current repo)
26
-
save: folder where digest settings are saved (defaut to .github/digests)
27
-
timezone: country/regional representation of the local timezone (defaults to utc)
27
+
secret: <github token> # default to secrets.GITHUB_TOKEN
28
+
repo: <owner>/<repo> # repository to monitor, default to the current repo
29
+
save: <save foler path> # save folder of the digest data, defaut to .github/digests
30
+
timezone: "<tz identifier>"# set the timezone of the displayed time, defaults to utc
31
+
```
32
+
33
+
## Tips
34
+
35
+
- By default, the users creating the issue and commenting the issue is `github-actions [bot]`, this can be customised to a custom account by feeding a custom PAT to secret.
36
+
37
+
- You can monitor another repository by feeding a custom repo to the repo input.
38
+
39
+
- You can obtain a list of `tz identifier` [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
40
+
41
+
# Sample Workflow files
42
+
Below are some sample workflow that can be added to `.github/workflows` that you can use/reference to use the actions.
0 commit comments