|
| 1 | +# NOTE: This is a common file that is overwritten by realm/ci-actions sync service |
| 2 | +# and should only be modified in that repository. |
| 3 | + |
| 4 | +# syntax - https://github.com/redhat-plumbers-in-action/advanced-issue-labeler#policy |
| 5 | +# Below keys map from the option used in issue form dropdowns to issue labels |
| 6 | +# Limitation: |
| 7 | +# Currently it's not possible to use strings containing ,␣ in the dropdown menus in the issue forms. |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +policy: |
| 12 | + - template: [bug.yml, feature.yml] |
| 13 | + section: |
| 14 | + - id: [frequency] |
| 15 | + label: |
| 16 | + - name: 'Frequency:Once' |
| 17 | + keys: ['Once'] |
| 18 | + - name: 'Frequency:Sometimes' |
| 19 | + keys: ['Sometimes'] |
| 20 | + - name: 'Frequency:Always' |
| 21 | + keys: ['Always'] |
| 22 | + |
| 23 | + - id: [repro] |
| 24 | + label: |
| 25 | + - name: 'Repro:Always' |
| 26 | + keys: ['Always'] |
| 27 | + - name: 'Repro:Sometimes' |
| 28 | + keys: ['Sometimes'] |
| 29 | + - name: 'Repro:No' |
| 30 | + keys: ['No'] |
| 31 | + |
| 32 | + - id: [sync, flavour, services] |
| 33 | + block-list: [] |
| 34 | + label: |
| 35 | + - name: 'SDK-Use:Local' |
| 36 | + keys: ['Local Database only'] |
| 37 | + - name: 'SDK-Use:Sync' |
| 38 | + keys: ['Atlas Device Sync'] |
| 39 | + - name: 'SDK-Use:Services' |
| 40 | + keys: ['Atlas App Services: Function or GraphQL or DataAPI etc'] |
| 41 | + - name: ['SDK-Use:All'] |
| 42 | + keys: ['Both Atlas Device Sync and Atlas App Services'] |
| 43 | + |
| 44 | + - id: [encryption] |
| 45 | + block-list: [] |
| 46 | + label: |
| 47 | + - name: 'Encryption:On' |
| 48 | + keys: ['Yes'] |
| 49 | + - name: 'Encryption:Off' |
| 50 | + keys: ['No'] |
| 51 | + |
| 52 | + - id: [app-type] |
| 53 | + block-list: [] |
| 54 | + label: |
| 55 | + - name: 'App-type:Unity' |
| 56 | + keys: ['Unity'] |
| 57 | + - name: 'App-type:Xamarin' |
| 58 | + keys: ['Xamarin'] |
| 59 | + - name: 'App-type:WPF' |
| 60 | + keys: ['WPF'] |
| 61 | + - name: 'App-type:Console' |
| 62 | + keys: ['Console or Server'] |
| 63 | + - name: 'App-type:Other' |
| 64 | + keys: ['Other'] |
| 65 | + |
| 66 | + - id: [importance] |
| 67 | + block-list: [] |
| 68 | + label: |
| 69 | + - name: 'Importance:Dealbraker' |
| 70 | + keys: ['Dealbreaker'] |
| 71 | + - name: 'Importance:Major' |
| 72 | + keys: ['Would be a major improvement'] |
| 73 | + - name: 'Importance:Workaround' |
| 74 | + keys: ['I would like to have it but have a workaround'] |
| 75 | + - name: 'Importance:Nice' |
| 76 | + keys: ['Fairly niche but nice to have anyway'] |
0 commit comments