mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 12:15:12 +00:00
fix: allow validate-agentic-workflows-pr.yml in forbidden file checks
This commit is contained in:
@@ -33,7 +33,8 @@ jobs:
|
||||
'.github/*' \
|
||||
'.github/**' \
|
||||
| grep -v '^\.github/aw/actions-lock\.json$' \
|
||||
| grep -v '^\.github/workflows/validate-agentic-workflows-pr\.yml$')
|
||||
| grep -v '^\.github/workflows/validate-agentic-workflows-pr\.yml$' \
|
||||
|| true)
|
||||
|
||||
if [ -n "$forbidden" ]; then
|
||||
echo "❌ Forbidden files detected:"
|
||||
|
||||
Reference in New Issue
Block a user