mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-18 02:56:31 +00:00
add contributing docs
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Contributing
|
||||
|
||||
## Updating Github Actions Dependencies
|
||||
|
||||
### Renovate-Bot PRs
|
||||
|
||||
`renovate-bot` will periodically send PRs to update the `package.json` and `package-lock.json` in the Github Actions of this repo.
|
||||
But, it will not also automatically recompile the packages into `.js` files.
|
||||
|
||||
We use a Workflow [Update actions dist post-commit](../.github/workflows/update-actions-dist-post-commit.yml) to
|
||||
help maintainers easily recompile the Github Actions against a PR.
|
||||
|
||||
Use the UI to invoke the workflow
|
||||
|
||||
[update-actions-dist-post-commit.yml](https://github.com/slsa-framework/slsa-verifier/actions/workflows/update-actions-dist-post-commit.yml)
|
||||
|
||||
or invoke with
|
||||
|
||||
```shell
|
||||
gh workflow run update-actions-dist-post-commit.yml -F pr_number=<pull request number>
|
||||
```
|
||||
Reference in New Issue
Block a user