We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89687bf commit ff04523Copy full SHA for ff04523
README.md
@@ -56,6 +56,7 @@ Any plugins defined in `lib/entitlements-and-plugins` will be loaded and used at
56
dir: github.com/github/org
57
org: github
58
token: <%= ENV["GITHUB_ORG_TOKEN"] %>
59
+ ignore_not_found: false # optional argument to ignore users who are not found in the GitHub instance
60
type: "github_org"
61
```
62
@@ -72,6 +73,7 @@ Any plugins defined in `lib/entitlements-and-plugins` will be loaded and used at
72
73
dir: github.com/github/teams
74
75
76
77
type: "github_team"
78
79
0 commit comments