Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/agent-shield.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Agent Shield — thin caller that delegates to the org-level reusable workflow.
# All logic is maintained centrally in agent-shield-reusable.yml.
# Standard: https://github.com/petry-projects/.github/blob/main/standards/ci-standards.md#required-workflows
name: Agent Shield

on:
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
push:
branches: [main]

permissions: {}

jobs:
agent-shield:
uses: petry-projects/.github/.github/workflows/agent-shield-reusable.yml@main
secrets: inherit
permissions:
contents: read
pull-requests: read
Loading