Commit Graph

4 Commits

Author SHA1 Message Date
Tim 'mithro' Ansell 8be78b3d5f infra: Add a little bit of documentation to labeler.yml file.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-11-07 19:29:16 -08:00
Tim 'mithro' Ansell 3a3884b4c7 infra: Escape strings starting with *
Yaml treats strings starting with a `*` character as references to
previous mappings (defined with `&`). Hence any glob starting with *
needs to be wrapped in quotes.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-11-07 14:07:24 -08:00
Tim 'mithro' Ansell 1ffd21c306 infra: Rework labeler.yml file.
Convert to the other style of YAML lists which matches the documentation
at https://github.com/actions/labeler#basic-examples and
https://github.com/actions/labeler#common-examples

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-11-07 10:50:44 -08:00
Tim 'mithro' Ansell 99f179d211 infra: Convert from old autolabeler GitHub App to new GitHub actions version.
The old autolabeler GitHub App is no longer supported and broken. The
new GitHub actions autolabeler is maintained by GitHub.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-11-07 10:50:44 -08:00