fix: update bot name format to include [bot] suffix in tests and docs

- Update test cases to use correct bot actor names with [bot] suffix
- Update documentation example to show correct bot name format
- Align with GitHub's actual bot naming convention

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yuku Kotani
2025-08-06 14:19:37 +09:00
parent 15f62ad7ce
commit 28cc702619
2 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ jobs:
# additional_permissions: |
# actions: read
# Optional: allow bot users to trigger the action
# allowed_bots: "dependabot,renovate"
# allowed_bots: "dependabot[bot],renovate[bot]"
```
## Inputs