v1.1.0: PR_Agent action as a job, LicenseScan output as PR commit and bug fix
·
27 commits
to master
since this release
What:
Fix: Bug fix for LicenseScan
Feature: LicenseScan report output in PR comment and pr_agent job added
Why:
info: Add run_pr_agent: true in caller workflow to enable the job.
Example -
name: studiographene-ci
on:
pull_request: {}
workflow_dispatch:
jobs:
call-workflow:
uses: studiographene/php-ci/.github/workflows/ci.yml@master
with:
project_name: microservice-boilerplate
run_pr_agent: true
secrets: inherit
permissions: write-all