pub enum WatchedLabels {
C5High,
C7Critical,
D2BreaksApi,
E0RuntimeMigration,
E1DatabaseMigration,
E3HostFunctions,
E4NodeFirstUpdate,
F0BreaksEverything,
F1BreaksAuthoring,
F2BreaksConsensus,
F3BreaksApi,
}Expand description
The specific labels that worth to watch.
Variants§
C5High
[https://github.com/paritytech/substrate/labels/C5-high]
C7Critical
[https://github.com/paritytech/substrate/labels/C7-critical]
D2BreaksApi
[https://github.com/paritytech/substrate/labels/D2-breaksapi]
E0RuntimeMigration
[https://github.com/paritytech/substrate/labels/E0-runtime_migration]
E1DatabaseMigration
[https://github.com/paritytech/substrate/labels/E1-database_migration]
E3HostFunctions
[https://github.com/paritytech/substrate/labels/E3-host_functions]
E4NodeFirstUpdate
[https://github.com/paritytech/substrate/labels/E4-node_first_update]
F0BreaksEverything
[https://github.com/paritytech/substrate/labels/F0-breaks_everything]
F1BreaksAuthoring
[https://github.com/paritytech/substrate/labels/F1-breaks_authoring]
F2BreaksConsensus
[https://github.com/paritytech/substrate/labels/F2-breaks_consensus]
F3BreaksApi
[https://github.com/paritytech/substrate/labels/F3-breaks_API]