0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/.github/labeler.yml
Juan David Martínez Cubillos 04b5530f34
DEV: Plugin rename discourse captcha (#39350)
####  Description:
This PR renames the `discourse-hcaptcha` plugin to `discourse-captcha`
to better reflect its support for multiple captcha providers (hCaptcha
and reCAPTCHA)

#### Changes

- Renamed plugin directory from plugins/discourse-hcaptcha to
plugins/discourse-captcha
- Updated Ruby module namespace from DiscourseHcaptcha to
DiscourseCaptcha
  - Updated references in:
    - .gitignore
    - pnpm-workspace.yaml
    - tsconfig.json
    - config/official_plugins.json
    - translator.yml
    - migrations/core/config/intermediate_db.yml
    - `hosted-site` plugin
- Migration file preserved to handle existing discourse_hcaptcha_enabled
setting migration

---------

Co-authored-by: Gabriel Grubba <gabriel@discourse.org>
2026-07-21 17:21:39 -05:00

187 lines
4.7 KiB
YAML
Vendored

chat:
- changed-files:
- any-glob-to-any-file: plugins/chat/**/*
checklist:
- changed-files:
- any-glob-to-any-file: plugins/checklist/**/*
discourse-details:
- changed-files:
- any-glob-to-any-file: plugins/discourse-details/**/*
discourse-lazy-videos:
- changed-files:
- any-glob-to-any-file: plugins/discourse-lazy-videos/**/*
discourse-local-dates:
- changed-files:
- any-glob-to-any-file: plugins/discourse-local-dates/**/*
discourse-narrative-bot:
- changed-files:
- any-glob-to-any-file: plugins/discourse-narrative-bot/**/*
discourse-presence:
- changed-files:
- any-glob-to-any-file: plugins/discourse-presence/**/*
discourse-reactions:
- changed-files:
- any-glob-to-any-file: plugins/discourse-reactions/**/*
discourse-apple-auth:
- changed-files:
- any-glob-to-any-file: plugins/discourse-apple-auth/**/*
discourse-login-with-amazon:
- changed-files:
- any-glob-to-any-file: plugins/discourse-login-with-amazon/**/*
discourse-lti:
- changed-files:
- any-glob-to-any-file: plugins/discourse-lti/**/*
discourse-microsoft-auth:
- changed-files:
- any-glob-to-any-file: plugins/discourse-microsoft-auth/**/*
discourse-oauth2-basic:
- changed-files:
- any-glob-to-any-file: plugins/discourse-oauth2-basic/**/*
discourse-openid-connect:
- changed-files:
- any-glob-to-any-file: plugins/discourse-openid-connect/**/*
discourse-zendesk-plugin:
- changed-files:
- any-glob-to-any-file: plugins/discourse-zendesk-plugin/**/*
discourse-patreon:
- changed-files:
- any-glob-to-any-file: plugins/discourse-patreon/**/*
discourse-graphviz:
- changed-files:
- any-glob-to-any-file: plugins/discourse-graphviz/**/*
discourse-rss-polling:
- changed-files:
- any-glob-to-any-file: plugins/discourse-rss-polling/**/*
discourse-math:
- changed-files:
- any-glob-to-any-file: plugins/discourse-math/**/*
discourse-chat-integration:
- changed-files:
- any-glob-to-any-file: plugins/discourse-chat-integration/**/*
discourse-data-explorer:
- changed-files:
- any-glob-to-any-file: plugins/discourse-data-explorer/**/*
discourse-post-voting:
- changed-files:
- any-glob-to-any-file: plugins/discourse-post-voting/**/*
discourse-user-notes:
- changed-files:
- any-glob-to-any-file: plugins/discourse-user-notes/**/*
discourse-assign:
- changed-files:
- any-glob-to-any-file: plugins/discourse-assign/**/*
discourse-subscriptions:
- changed-files:
- any-glob-to-any-file: plugins/discourse-subscriptions/**/*
discourse-captcha:
- changed-files:
- any-glob-to-any-file: plugins/discourse-captcha/**/*
discourse-gamification:
- changed-files:
- any-glob-to-any-file: plugins/discourse-gamification/**/*
discourse-calendar:
- changed-files:
- any-glob-to-any-file: plugins/discourse-calendar/**/*
discourse-policy:
- changed-files:
- any-glob-to-any-file: plugins/discourse-policy/**/*
discourse-github:
- changed-files:
- any-glob-to-any-file: plugins/discourse-github/**/*
discourse-adplugin:
- changed-files:
- any-glob-to-any-file: plugins/discourse-adplugin/**/*
discourse-affiliate:
- changed-files:
- any-glob-to-any-file: plugins/discourse-affiliate/**/*
discourse-solved:
- changed-files:
- any-glob-to-any-file: plugins/discourse-solved/**/*
discourse-topic-voting:
- changed-files:
- any-glob-to-any-file: plugins/discourse-topic-voting/**/*
discourse-templates:
- changed-files:
- any-glob-to-any-file: plugins/discourse-templates/**/*
discourse-ai:
- changed-files:
- any-glob-to-any-file: plugins/discourse-ai/**/*
discourse-rewind:
- changed-files:
- any-glob-to-any-file: plugins/discourse-rewind/**/*
discourse-cakeday:
- changed-files:
- any-glob-to-any-file: plugins/discourse-cakeday/**/*
footnote:
- changed-files:
- any-glob-to-any-file: plugins/footnote/**/*
poll:
- changed-files:
- any-glob-to-any-file: plugins/poll/**/*
spoiler-alert:
- changed-files:
- any-glob-to-any-file: plugins/spoiler-alert/**/*
styleguide:
- changed-files:
- any-glob-to-any-file: plugins/styleguide/**/*
migrations-tooling:
- changed-files:
- any-glob-to-any-file:
- migrations/**/*
- script/bulk_import/**/*
- script/import_scripts/**/*
i18n:
- changed-files:
- any-glob-to-any-file:
- config/locales/*en.yml
- plugins/**/config/locales/*en.yml
- "**/*i18n*"
rte:
- changed-files:
- any-glob-to-any-file:
- frontend/discourse/app/static/prosemirror/**/*
- spec/system/composer/prosemirror_editor_spec.rb