|
777 | 777 | "jira": { |
778 | 778 | "type":"object", |
779 | 779 | "properties": { |
780 | | -"enabled": { |
| 780 | +"usage": { |
781 | 781 | "type":"string", |
782 | | -"enum": ["auto","true","false"], |
| 782 | +"enum": ["auto","enabled","disabled"], |
783 | 783 | "default":"auto", |
784 | 784 | "description":"Jira | Enable the Jira integration for opening issues, etc. 'auto' disables the integration for public repositories." |
785 | 785 | } |
|
790 | 790 | "linear": { |
791 | 791 | "type":"object", |
792 | 792 | "properties": { |
793 | | -"enabled": { |
| 793 | +"usage": { |
794 | 794 | "type":"string", |
795 | | -"enum": ["auto","true","false"], |
| 795 | +"enum": ["auto","enabled","disabled"], |
796 | 796 | "default":"auto", |
797 | 797 | "description":"Linear | Enable the Linear integration for opening issues, etc. 'auto' disables the integration for public repositories." |
798 | 798 | } |
|
845 | 845 | "jira": { |
846 | 846 | "type":"object", |
847 | 847 | "properties": { |
848 | | -"enabled": { |
| 848 | +"usage": { |
849 | 849 | "type":"string", |
850 | | -"enum": ["auto","true","false"], |
| 850 | +"enum": ["auto","enabled","disabled"], |
851 | 851 | "default":"auto", |
852 | 852 | "description":"Jira | Enable the Jira knowledge base integration. 'auto' disables the integration for public repositories." |
853 | 853 | }, |
|
866 | 866 | "linear": { |
867 | 867 | "type":"object", |
868 | 868 | "properties": { |
869 | | -"enabled": { |
| 869 | +"usage": { |
870 | 870 | "type":"string", |
871 | | -"enum": ["auto","true","false"], |
| 871 | +"enum": ["auto","enabled","disabled"], |
872 | 872 | "default":"auto", |
873 | 873 | "description":"Linear | Enable the Linear knowledge base integration. 'auto' disables the integration for public repositories." |
874 | 874 | }, |
|