Skip to content

Per-command Discord slash permissions, optional testing bypass, Docker defaults, and repo allowlist#9

Closed
shubham5080 wants to merge 2 commits intomainfrom
feature/discord-command-permissions-docker-repo-filter
Closed

Per-command Discord slash permissions, optional testing bypass, Docker defaults, and repo allowlist#9
shubham5080 wants to merge 2 commits intomainfrom
feature/discord-command-permissions-docker-repo-filter

Conversation

@shubham5080
Copy link
Copy Markdown
Contributor

Per-command Discord slash permissions, optional testing bypass, Docker defaults, and repo allowlist

Summary

Adds configurable who may run /assign-issue, /issue-requests, and /sync via discord.command_permissions, with legacy fallback to assignments.issue_assignees when a command is not listed. Includes a testing-only flag to allow any guild member to run those commands, Docker-oriented config defaults, an example GitHub repo allowlist for faster sync, and unit tests for the permission helpers.

Behavior

  • discord.command_permissions: map command names (assign-issue, issue-requests, sync) to rules with role_ids, role_names, and optional allow_discord_administrators.
  • discord.unrestricted_slash_commands: when true, skips permission checks for those commands (intended for short-lived testing; leave false in production).
  • If a command is missing from command_permissions, behavior matches the previous mentor / issue_assignees rule.

Config & ops

  • docker-compose: default command points at /app/config/aussie.yaml (adjust as needed).
  • config/config.yaml: data_dir set for Docker volume use where applicable.
  • Example configs (example.yaml, docker-example.yaml, aussie.yaml) document the new Discord fields; github.repos allowlist example limits which repos are synced.

Tests

  • tests/test_discord_command_permissions.py covers allow/deny, admin bypass, unrestricted mode, and legacy fallback.

Cleanup

  • Removes accidentally tracked local artifacts (.pydeps/, .venv2/, stray package-lock.json) and extends .gitignore so they are not committed again.

Remove accidentally committed .pydeps/, .venv2/, and package-lock.json.
These are local Python/npm artifacts and should not be in the repo.

Made-with: Cursor
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 27, 2026

Important

Review skipped

Too many files!

This PR contains 295 files, which is 145 over the limit of 150.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: cb7ff9c6-970f-4510-a694-d41737540daa

📥 Commits

Reviewing files that changed from the base of the PR and between 31fabb8 and b9bc327.

⛔ Files ignored due to path filters (5)
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_http_parser.cpython-312-x86_64-linux-gnu.so is excluded by !**/*.so
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_http_writer.cpython-312-x86_64-linux-gnu.so is excluded by !**/*.so
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/mask.cpython-312-x86_64-linux-gnu.so is excluded by !**/*.so
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/reader_c.cpython-312-x86_64-linux-gnu.so is excluded by !**/*.so
  • .ci-venv/lib/python3.12/site-packages/certifi/cacert.pem is excluded by !**/*.pem
📒 Files selected for processing (295)
  • .ci-venv/bin/Activate.ps1
  • .ci-venv/bin/activate
  • .ci-venv/bin/activate.csh
  • .ci-venv/bin/activate.fish
  • .ci-venv/bin/dotenv
  • .ci-venv/bin/ghdcbot
  • .ci-venv/bin/httpx
  • .ci-venv/bin/pip
  • .ci-venv/bin/pip3
  • .ci-venv/bin/pip3.12
  • .ci-venv/bin/py.test
  • .ci-venv/bin/pygmentize
  • .ci-venv/bin/pytest
  • .ci-venv/bin/python
  • .ci-venv/bin/python3
  • .ci-venv/bin/python3.12
  • .ci-venv/bin/ruff
  • .ci-venv/lib/python3.12/site-packages/__editable__.ghdcbot-0.1.0.pth
  • .ci-venv/lib/python3.12/site-packages/_pytest/__init__.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_argcomplete.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_code/__init__.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_code/code.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_code/source.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_io/__init__.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_io/pprint.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_io/saferepr.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_io/terminalwriter.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_io/wcwidth.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_py/__init__.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_py/error.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_py/path.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/_version.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/assertion/__init__.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/assertion/rewrite.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/assertion/truncate.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/assertion/util.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/cacheprovider.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/capture.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/compat.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/config/__init__.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/config/argparsing.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/config/compat.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/config/exceptions.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/config/findpaths.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/debugging.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/deprecated.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/doctest.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/faulthandler.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/fixtures.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/freeze_support.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/helpconfig.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/hookspec.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/junitxml.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/legacypath.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/logging.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/main.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/mark/__init__.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/mark/expression.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/mark/structures.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/monkeypatch.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/nodes.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/outcomes.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/pastebin.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/pathlib.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/py.typed
  • .ci-venv/lib/python3.12/site-packages/_pytest/pytester.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/pytester_assertions.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/python.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/python_api.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/raises.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/recwarn.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/reports.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/runner.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/scope.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/setuponly.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/setupplan.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/skipping.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/stash.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/stepwise.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/subtests.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/terminal.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/terminalprogress.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/threadexception.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/timing.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/tmpdir.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/tracemalloc.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/unittest.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/unraisableexception.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/warning_types.py
  • .ci-venv/lib/python3.12/site-packages/_pytest/warnings.py
  • .ci-venv/lib/python3.12/site-packages/_yaml/__init__.py
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs-2.6.1.dist-info/INSTALLER
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs-2.6.1.dist-info/LICENSE
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs-2.6.1.dist-info/METADATA
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs-2.6.1.dist-info/RECORD
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs-2.6.1.dist-info/WHEEL
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs/__init__.py
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs/_staggered.py
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs/impl.py
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs/py.typed
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs/types.py
  • .ci-venv/lib/python3.12/site-packages/aiohappyeyeballs/utils.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/INSTALLER
  • .ci-venv/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/METADATA
  • .ci-venv/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/RECORD
  • .ci-venv/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/WHEEL
  • .ci-venv/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/licenses/LICENSE.txt
  • .ci-venv/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/licenses/vendor/llhttp/LICENSE
  • .ci-venv/lib/python3.12/site-packages/aiohttp-3.13.3.dist-info/top_level.txt
  • .ci-venv/lib/python3.12/site-packages/aiohttp/.hash/_cparser.pxd.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/.hash/_find_header.pxd.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/.hash/_http_parser.pyx.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/.hash/_http_writer.pyx.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/.hash/hdrs.py.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/__init__.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_cookie_helpers.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_cparser.pxd
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_find_header.pxd
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_headers.pxi
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_http_parser.pyx
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_http_writer.pyx
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/.hash/mask.pxd.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/.hash/mask.pyx.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/.hash/reader_c.pxd.hash
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/__init__.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/helpers.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/mask.pxd
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/mask.pyx
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/models.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/reader.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/reader_c.pxd
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/reader_c.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/reader_py.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/_websocket/writer.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/abc.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/base_protocol.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/client.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/client_exceptions.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/client_middleware_digest_auth.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/client_middlewares.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/client_proto.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/client_reqrep.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/client_ws.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/compression_utils.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/connector.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/cookiejar.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/formdata.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/hdrs.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/helpers.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/http.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/http_exceptions.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/http_parser.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/http_websocket.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/http_writer.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/log.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/multipart.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/payload.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/payload_streamer.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/py.typed
  • .ci-venv/lib/python3.12/site-packages/aiohttp/pytest_plugin.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/resolver.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/streams.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/tcp_helpers.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/test_utils.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/tracing.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/typedefs.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_app.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_exceptions.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_fileresponse.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_log.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_middlewares.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_protocol.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_request.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_response.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_routedef.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_runner.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_server.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_urldispatcher.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/web_ws.py
  • .ci-venv/lib/python3.12/site-packages/aiohttp/worker.py
  • .ci-venv/lib/python3.12/site-packages/aiosignal-1.4.0.dist-info/INSTALLER
  • .ci-venv/lib/python3.12/site-packages/aiosignal-1.4.0.dist-info/METADATA
  • .ci-venv/lib/python3.12/site-packages/aiosignal-1.4.0.dist-info/RECORD
  • .ci-venv/lib/python3.12/site-packages/aiosignal-1.4.0.dist-info/WHEEL
  • .ci-venv/lib/python3.12/site-packages/aiosignal-1.4.0.dist-info/licenses/LICENSE
  • .ci-venv/lib/python3.12/site-packages/aiosignal-1.4.0.dist-info/top_level.txt
  • .ci-venv/lib/python3.12/site-packages/aiosignal/__init__.py
  • .ci-venv/lib/python3.12/site-packages/aiosignal/py.typed
  • .ci-venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/INSTALLER
  • .ci-venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/METADATA
  • .ci-venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/RECORD
  • .ci-venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/WHEEL
  • .ci-venv/lib/python3.12/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE
  • .ci-venv/lib/python3.12/site-packages/annotated_types/__init__.py
  • .ci-venv/lib/python3.12/site-packages/annotated_types/py.typed
  • .ci-venv/lib/python3.12/site-packages/annotated_types/test_cases.py
  • .ci-venv/lib/python3.12/site-packages/anyio-4.13.0.dist-info/INSTALLER
  • .ci-venv/lib/python3.12/site-packages/anyio-4.13.0.dist-info/METADATA
  • .ci-venv/lib/python3.12/site-packages/anyio-4.13.0.dist-info/RECORD
  • .ci-venv/lib/python3.12/site-packages/anyio-4.13.0.dist-info/WHEEL
  • .ci-venv/lib/python3.12/site-packages/anyio-4.13.0.dist-info/entry_points.txt
  • .ci-venv/lib/python3.12/site-packages/anyio-4.13.0.dist-info/licenses/LICENSE
  • .ci-venv/lib/python3.12/site-packages/anyio-4.13.0.dist-info/top_level.txt
  • .ci-venv/lib/python3.12/site-packages/anyio/__init__.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_backends/__init__.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_backends/_trio.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/__init__.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_asyncio_selector_thread.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_eventloop.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_exceptions.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_fileio.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_resources.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_signals.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_sockets.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_streams.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_subprocesses.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_synchronization.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_tasks.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_tempfile.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_testing.py
  • .ci-venv/lib/python3.12/site-packages/anyio/_core/_typedattr.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/__init__.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/_eventloop.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/_resources.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/_sockets.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/_streams.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/_tasks.py
  • .ci-venv/lib/python3.12/site-packages/anyio/abc/_testing.py
  • .ci-venv/lib/python3.12/site-packages/anyio/from_thread.py
  • .ci-venv/lib/python3.12/site-packages/anyio/functools.py
  • .ci-venv/lib/python3.12/site-packages/anyio/lowlevel.py
  • .ci-venv/lib/python3.12/site-packages/anyio/py.typed
  • .ci-venv/lib/python3.12/site-packages/anyio/pytest_plugin.py
  • .ci-venv/lib/python3.12/site-packages/anyio/streams/__init__.py
  • .ci-venv/lib/python3.12/site-packages/anyio/streams/buffered.py
  • .ci-venv/lib/python3.12/site-packages/anyio/streams/file.py
  • .ci-venv/lib/python3.12/site-packages/anyio/streams/memory.py
  • .ci-venv/lib/python3.12/site-packages/anyio/streams/stapled.py
  • .ci-venv/lib/python3.12/site-packages/anyio/streams/text.py
  • .ci-venv/lib/python3.12/site-packages/anyio/streams/tls.py
  • .ci-venv/lib/python3.12/site-packages/anyio/to_interpreter.py
  • .ci-venv/lib/python3.12/site-packages/anyio/to_process.py
  • .ci-venv/lib/python3.12/site-packages/anyio/to_thread.py
  • .ci-venv/lib/python3.12/site-packages/attr/__init__.py
  • .ci-venv/lib/python3.12/site-packages/attr/__init__.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/_cmp.py
  • .ci-venv/lib/python3.12/site-packages/attr/_cmp.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/_compat.py
  • .ci-venv/lib/python3.12/site-packages/attr/_config.py
  • .ci-venv/lib/python3.12/site-packages/attr/_funcs.py
  • .ci-venv/lib/python3.12/site-packages/attr/_make.py
  • .ci-venv/lib/python3.12/site-packages/attr/_next_gen.py
  • .ci-venv/lib/python3.12/site-packages/attr/_typing_compat.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/_version_info.py
  • .ci-venv/lib/python3.12/site-packages/attr/_version_info.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/converters.py
  • .ci-venv/lib/python3.12/site-packages/attr/converters.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/exceptions.py
  • .ci-venv/lib/python3.12/site-packages/attr/exceptions.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/filters.py
  • .ci-venv/lib/python3.12/site-packages/attr/filters.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/py.typed
  • .ci-venv/lib/python3.12/site-packages/attr/setters.py
  • .ci-venv/lib/python3.12/site-packages/attr/setters.pyi
  • .ci-venv/lib/python3.12/site-packages/attr/validators.py
  • .ci-venv/lib/python3.12/site-packages/attr/validators.pyi
  • .ci-venv/lib/python3.12/site-packages/attrs-26.1.0.dist-info/INSTALLER
  • .ci-venv/lib/python3.12/site-packages/attrs-26.1.0.dist-info/METADATA
  • .ci-venv/lib/python3.12/site-packages/attrs-26.1.0.dist-info/RECORD
  • .ci-venv/lib/python3.12/site-packages/attrs-26.1.0.dist-info/WHEEL
  • .ci-venv/lib/python3.12/site-packages/attrs-26.1.0.dist-info/licenses/LICENSE
  • .ci-venv/lib/python3.12/site-packages/attrs/__init__.py
  • .ci-venv/lib/python3.12/site-packages/attrs/__init__.pyi
  • .ci-venv/lib/python3.12/site-packages/attrs/converters.py
  • .ci-venv/lib/python3.12/site-packages/attrs/exceptions.py
  • .ci-venv/lib/python3.12/site-packages/attrs/filters.py
  • .ci-venv/lib/python3.12/site-packages/attrs/py.typed
  • .ci-venv/lib/python3.12/site-packages/attrs/setters.py
  • .ci-venv/lib/python3.12/site-packages/attrs/validators.py
  • .ci-venv/lib/python3.12/site-packages/certifi-2026.2.25.dist-info/INSTALLER
  • .ci-venv/lib/python3.12/site-packages/certifi-2026.2.25.dist-info/METADATA
  • .ci-venv/lib/python3.12/site-packages/certifi-2026.2.25.dist-info/RECORD
  • .ci-venv/lib/python3.12/site-packages/certifi-2026.2.25.dist-info/WHEEL
  • .ci-venv/lib/python3.12/site-packages/certifi-2026.2.25.dist-info/licenses/LICENSE
  • .ci-venv/lib/python3.12/site-packages/certifi-2026.2.25.dist-info/top_level.txt
  • .ci-venv/lib/python3.12/site-packages/certifi/__init__.py
  • .ci-venv/lib/python3.12/site-packages/certifi/__main__.py
  • .ci-venv/lib/python3.12/site-packages/certifi/core.py
  • .ci-venv/lib/python3.12/site-packages/certifi/py.typed
  • .ci-venv/lib/python3.12/site-packages/discord/__init__.py
  • .ci-venv/lib/python3.12/site-packages/discord/__main__.py

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/discord-command-permissions-docker-repo-filter

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@shubham5080 shubham5080 deleted the feature/discord-command-permissions-docker-repo-filter branch March 27, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant