We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3364c0 commit 4f2a228Copy full SHA for 4f2a228
1 file changed
docs/TESTING_DISCORD.md
@@ -10,7 +10,7 @@ This guide explains how to safely validate Gitcord role automation in a Discord
10
- `discord.permissions.write: false`
11
With `enable_discord_role_updates: false`, `run-once` will not apply Discord role add/remove even if mode or permissions were mis-set.
12
2. Run a sync:
13
- - `./.venv/bin/python -m ghdcbot.cli --config config/my-org-config.yaml run-once`
+ - `python -m ghdcbot.cli --config config/my-org-config.yaml run-once`
14
3. Review the generated report at `<data_dir>/reports/audit.md`.
15
4. Verify planned role changes and identity mappings are correct.
16
5. **Live phase (apply role updates):** Only after review, set:
0 commit comments