diff --git a/.github/workflows/config/labeler.yml b/.github/workflows/config/labeler.yml new file mode 100644 index 00000000..1227b563 --- /dev/null +++ b/.github/workflows/config/labeler.yml @@ -0,0 +1,11 @@ +# Add 'in progress' label to any root file changes +in progress: +- '*' + +# Add 'wait' label to any root file changes +wait: +- '*' + +# Add 'Version 2' label to any root file changes +Version 2: +- '*'