Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/ab-testing-advisor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 1 addition & 23 deletions .github/workflows/ab-testing-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,7 @@ strict: true
timeout-minutes: 30
tools:
bash:
- find .github/workflows -maxdepth 1 -name "*.md" ! -name "shared" -type f
- grep -l "experiments:" .github/workflows/*.md
- grep -rL "experiments:" .github/workflows/*.md
- grep -rn "experiments:" .github/workflows/*.md
- cat .github/workflows/
- shuf -n 1
- awk
- wc -l
- ls .github/workflows/
- head -200
- grep -c
- grep
- echo
- date
- python3
- jq
- find
- cat
- sort
- basename
- tail
- uniq
- mkdir
- "*"
cache-memory: true
cli-proxy: true
github:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-triage-issues.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ tools:
- issues
min-integrity: approved
bash:
- "jq *"
- "cat *"
- "*"
steps:
- name: Fetch unlabeled issues
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-doc-updater.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions .github/workflows/daily-doc-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,7 @@ sandbox:
sudo: false
tools:
bash:
- find docs -name "*.md" -o -name "*.mdx"
- find docs -maxdepth 1 -ls
- find docs -name "*.md" -exec cat {} +
- grep -r "*" docs
- git
- find pkg/parser/schemas -name "*.json"
- cat pkg/parser/schemas/*.json
- "*"
cache-memory: true
cli-proxy: true
edit: null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-multi-device-docs-tester.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 1 addition & 19 deletions .github/workflows/daily-multi-device-docs-tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,7 @@ tools:
playwright:
mode: cli
bash:
- "npm install*"
- "npm run build*"
- "npm run dev*"
- "npm run preview*"
- "npx astro*"
- "npx playwright*"
- "playwright-cli*" # CLI-mode playwright commands
- "curl*"
- "kill*"
- "lsof*"
- "ls*" # List files for directory navigation
- "pwd*" # Print working directory
- "cd*" # Change directory
- "nohup*" # Start server in background
- "cat*" # Read log files
- "echo*" # Debug output and shell commands
- "sleep*" # Wait between retries
- "rm*" # Cleanup temp files
- "mkdir*" # Create directories
- "*"
safe-outputs:
upload-artifact:
max-uploads: 3
Expand Down
Loading
Loading