Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .env.bot-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# BOT TEST ONLY — do not merge. Triggers simple-checks secret detection.
SECRET_KEY=test123
API_TOKEN=dummy-token-for-ci-test
password=placeholder
10 changes: 10 additions & 0 deletions .github/workflows/bot-test-invalid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# BOT TEST ONLY — do not merge. Intentionally invalid YAML to trigger simple-checks.
name: Bot test invalid
on:
workflow_dispatch:
jobs:
fake:
runs-on: ubuntu-latest
steps:
- run: "unclosed
# Intentionally invalid: unclosed double-quote above breaks YAML parsing
20 changes: 20 additions & 0 deletions docs/BOT-TEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [BOT TEST] Multi-check test doc — do not merge

This file is for testing CI: **Typo** workflow, **Labeler** (path → documentation / area: docs). It contains intentional spelling mistakes so the typo bot can detect them.

## Intentional typos (for crate-ci/typos or similar)

- **recieve** (correct: receive)
- **occured** (correct: occurred)
- **seperate** (correct: separate)
- **dependancy** (correct: dependency)
- **enviroment** (correct: environment)
- **commited** (correct: committed)
- **refered** (correct: referred)
- **acheive** (correct: achieve)
- **definately** (correct: definitely)
- **occurence** (correct: occurrence)

## Correct sentence

The labeler applies path-based labels and size labels (XS/S/M/L/XL). Security Analysis and Simple checks run on every PR. Remove this file and the other bot-test artifacts before merging.
Loading