silicon-notebooks icon indicating copy to clipboard operation
silicon-notebooks copied to clipboard

github/workflows: add autotick workflow

Open proppy opened this issue 2 years ago • 2 comments

  • fetch latest version from https://anaconda.org/litex-hub/ channel
  • replace package version in notebooks cells
  • create PR (that will trigger CI #55)

Fixes #60

proppy avatar Mar 07 '23 06:03 proppy

@mithro fyi @umarcor does that seems reasonable? @msaligane that might be useful for https://github.com/sscs-ose/sscs-ose-code-a-chip.github.io

proppy avatar Mar 07 '23 06:03 proppy

@proppy I'm not fond of having CI create PRs automatically, because it needs write permissions and that's cumbersome to handle with regard to contributors/forks. Hence, I would recommend to add the script and run the workflow periodically to check whether something is to be updated; but let a human actually commit the changes.

umarcor avatar Apr 19 '23 15:04 umarcor