Skip to content

Commit 6401548

Browse files
rmetzlermattst88
authored andcommitted
small typo
1 parent 02d6960 commit 6401548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GitLab can be configured to email updates under different circumstances: any act
3535
This leaves me with a choice of receiving notifications only for threads I'm involved in or for all threads but without the ability to easily find requests directed to me.
3636

3737
# The Solution
38-
Google Apps Script provides a method of automating many operations on a Gmail account (sending email, searching, labeling, etc.) via the [GmailApp](https://developers.google.com/apps-script/reference/gmail) class. The `gmail-gitlab-filtering.gs` script is run every 10 minutes via a trigger on scripts.google.com and performs filtering and labeling based on the `X-GitLab` headers.
38+
Google Apps Script provides a method of automating many operations on a Gmail account (sending email, searching, labeling, etc.) via the [GmailApp](https://developers.google.com/apps-script/reference/gmail) class. The `gmail-gitlab-filtering.gs` script is run every 10 minutes via a trigger on script.google.com and performs filtering and labeling based on the `X-GitLab` headers.
3939

4040
This allows me to appropriately label notifications that are directed to me, as well as dynamically create labels for notifications received from new projects.
4141

0 commit comments

Comments
 (0)