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>
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>
* `scripts-python-liberty` label for the script which generates the
liberty timing files.
* `scripts-python-verilog` label for the script which generates a lot
of the verilog files.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
* Add `help-wanted` and `good-first-issue` labels.
* Document the general label color scheme.
* Pull the non-color grouped labels to the top of the file.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This work might look like extensive for just fixing a small issue like
the include rendering, but it will all be heavily reused by the
skywater-pdk scripts that will be released soon.
This commit;
- Adds Makefile for creating a self contained conda environment under
`env/conda`
- Installs required Python dependencies into the environment (which is
currently just the `rst_include` tool).
- Has a Makefile to generate `README.rst` from `README.src.rst`
- Has Travis CI run on repository and check that the `README.rst` file
has been rebuilt and committed if any of the dependencies have
change.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Based on bc6327f077d9a712f022310f1e8c8258fa297b8d from
https://github.com/google/new-project template.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>