RedHatProductSecurity / trestle-bot

A workflow automation tool for `compliance-trestle`
https://redhatproductsecurity.github.io/trestle-bot/
Apache License 2.0
8 stars 11 forks source link

feat: removes provider from init and moves CI templates #344

Closed jpower432 closed 2 months ago

jpower432 commented 2 months ago

Description

This moves the CI templates out from the trestle-bot packages and allows users to copy them from TEMPLATES Fixes #343

Type of change

How has this been tested?

Checklist

huiwangredhat commented 2 months ago

The job failed after copying the workflow .github/workflows/trestlebot-rules-transform.yml. More details: https://github.com/huiwangredhat/trestlebot-demo3/actions/runs/10842292114(I guess it should be contents: write). The workflow files are allowed to be updated by the end users according to the requirements, am I right?

jpower432 commented 2 months ago

The job failed after copying the workflow .github/workflows/trestlebot-rules-transform.yml. More details: https://github.com/huiwangredhat/trestlebot-demo3/actions/runs/10842292114(I guess it should be contents: write). The workflow files are allowed to be updated by the end users according to the requirements, am I right?

You are right! Thank you finding this issue.