Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit ced3949

Browse files
committed
Improve documentation
1 parent 70de356 commit ced3949

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/ci/pr_preview.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the GitHub API are preceded by a "guard" which verifies that the subsequent
66
# request will not deplete the shared quota.
77
#
8-
# In effect, this script will fail rather than interfere with the operations of
8+
# In effect, this script will fail rather than interfere with the operation of
99
# critical services.
1010

1111
import argparse
@@ -33,7 +33,8 @@
3333
# Pull requests from authors with the following associations to the project
3434
# should automatically receive previews
3535
#
36-
# https://developer.github.com/v4/enum/commentauthorassociation/
36+
# https://developer.github.com/v4/enum/commentauthorassociation/ (equivalent
37+
# documentation for the REST API was not available at the time of writing)
3738
TRUSTED_AUTHOR_ASSOCIATIONS = ('COLLABORATOR', 'MEMBER', 'OWNER')
3839

3940
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)