mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 20:55:13 +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' \
|
'workflows/**/*.lock.yml' \
|
||||||
'.github/*' \
|
'.github/*' \
|
||||||
'.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
|
if [ -n "$forbidden" ]; then
|
||||||
echo "❌ Forbidden files detected:"
|
echo "❌ Forbidden files detected:"
|
||||||
|
|||||||
Reference in New Issue
Block a user