Skip to content

v1.1.0: PR_Agent action as a job, LicenseScan output as PR commit and bug fix

Choose a tag to compare

@aakashdeshpandesg aakashdeshpandesg released this 19 Dec 07:42
· 27 commits to master since this release
9a7c13e

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