Skip to content

Commit ff04523

Browse files
committed
Document ignore_not_found configuration option
1 parent 89687bf commit ff04523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Any plugins defined in `lib/entitlements-and-plugins` will be loaded and used at
5656
dir: github.com/github/org
5757
org: github
5858
token: <%= ENV["GITHUB_ORG_TOKEN"] %>
59+
ignore_not_found: false # optional argument to ignore users who are not found in the GitHub instance
5960
type: "github_org"
6061
```
6162
@@ -72,6 +73,7 @@ Any plugins defined in `lib/entitlements-and-plugins` will be loaded and used at
7273
dir: github.com/github/teams
7374
org: github
7475
token: <%= ENV["GITHUB_ORG_TOKEN"] %>
76+
ignore_not_found: false # optional argument to ignore users who are not found in the GitHub instance
7577
type: "github_team"
7678
```
7779

0 commit comments

Comments
 (0)