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