Skip to content

Commit

Permalink
Merge pull request #39 from telia-oss/fix-path-docs
Browse files Browse the repository at this point in the history
Fix path docs by removing double star (not supported in go glob pattern)
  • Loading branch information
Kristian authored Sep 24, 2018
2 parents 8380b63 + 17886c3 commit 243aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inspired by [the original](https://github.com/jtarchie/github-pullrequest-resour
| `access_token` | Yes | | A Github Access Token with repository access (required for setting status on commits). |
| `v3_endpoint` | No | `https://api.github.com` | Endpoint to use for the V3 Github API (Restful). |
| `v4_endpoint` | No | `https://api.github.com/graphql` | Endpoint to use for the V4 Github API (Graphql). |
| `paths` | No | `terraform/**/*.tf` | Only produce new versions if the PR includes changes to files that match one or more glob pattern. |
| `paths` | No | `terraform/*/*.tf` | Only produce new versions if the PR includes changes to files that match one or more glob pattern. |
| `ignore_paths` | No | `.ci/*` | Inverse of the above. Pattern syntax is documented in [filepath.Match](https://golang.org/pkg/path/filepath/#Match). |
| `disable_ci_skip` | No | `true` (string) | Disable ability to skip builds with `[ci skip]` and `[skip ci]` in commit message or pull request title. |

Expand Down

0 comments on commit 243aad4

Please sign in to comment.