diff --git a/README.md b/README.md index 38eeb4f..989584b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Because Google Apps Scripts run on Google's infrastructure, you will need to set 1. Go to "File > Make Copy..." 1. Adjust the `MY_TEAMS` variable in the `labler.gs` file to list GitHub teams that you care about. (i.e. ["@myorg/myteam"]) 1. Go to "Resources > Current Project's Triggers" -1. Create a new trigger to run the `main` function of `labler.gs`, `muter.gs`, or both however often you want. +1. Create a new trigger to run the `main` function of `labler.gs`, `muter.gs`, or both however often you want. If you set it to run every minute you will hit a Google rate limit. ### Hacking