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 2729622 commit 815ff27Copy full SHA for 815ff27
config_schema.json
@@ -12,6 +12,12 @@
12
"description": "Path to private key that is used to connect to the GitHub App",
13
"stringField": {}
14
},
15
+ {
16
+ "name": "enterprises",
17
+ "displayName": "Enterprises",
18
+ "description": "Sync enterprise roles, must be an admin of the enterprise.",
19
+ "stringSliceField": {}
20
+ },
21
{
22
"name": "instance-url",
23
"displayName": "GitHub instance URL",
0 commit comments