Skip to content

feat: add --require-license strict mode flag #28

feat: add --require-license strict mode flag

feat: add --require-license strict mode flag #28

# Automated Code Review — caller workflow
#
# Drop this file into any Coding-Dev-Tools repo at
# .github/workflows/auto-code-review.yml to enable
# automated PR code review (lint, format, secret detection,
# TODO/FIXME check, large file check, and PR comment summary).
#
# The reusable workflow is defined in the org .github repo:
# Coding-Dev-Tools/.github/.github/workflows/auto-code-review.yml@main
name: Auto Code Review
on:
pull_request:
branches: [main, master]
types: [opened, synchronize, reopened]
push:
branches: [main, master]
workflow_dispatch:
permissions:
contents: read
pull-requests: write
security-events: write
jobs:
code-review:
uses: Coding-Dev-Tools/.github/.github/workflows/auto-code-review.yml@main