Update comment

This commit is contained in:
Ryo Onodera
2020-06-17 15:06:14 +09:00
parent 47e4effe2d
commit 2d51cf9acb

View File

@ -25,7 +25,8 @@ annotate() {
} }
# Checks if a CI pull request affects one or more path patterns. Each # Checks if a CI pull request affects one or more path patterns. Each
# argument is checked in series. # pattern argument is checked in series. If one of them found to be affected,
# return immediately as such.
# #
# Bash regular expressions are permitted in the pattern: # Bash regular expressions are permitted in the pattern:
# affects .rs$ -- any file or directory ending in .rs # affects .rs$ -- any file or directory ending in .rs