HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/LibreChat/.github/configuration-release.json
{
  "categories": [
    {
      "title": "### ✨ New Features",
      "labels": ["feat"]
    },
    {
      "title": "### 🌍 Internationalization",
      "labels": ["i18n"]
    },
    {
      "title": "### 👐 Accessibility",
      "labels": ["a11y"]
    },
    {
      "title": "### 🔧 Fixes",
      "labels": ["Fix", "fix"]
    },
    {
      "title": "### ⚙️ Other Changes",
      "labels": ["ci", "style", "docs", "refactor", "chore"]
    }
  ],
  "ignore_labels": [
    "🔁 duplicate",
    "📊 analytics",
    "🌱 good first issue",
    "🔍 investigation",
    "🙏 help wanted",
    "❌ invalid",
    "❓ question",
    "🚫 wontfix",
    "🚀 release",
    "version"
  ],
  "base_branches": ["main"],
  "sort": {
    "order": "ASC",
    "on_property": "mergedAt"
  },
  "label_extractor": [
    {
      "pattern": "^(?:[^A-Za-z0-9]*)(feat|fix|chore|docs|refactor|ci|style|a11y|i18n)\\s*:",
      "target": "$1",
      "flags": "i",
      "on_property": "title",
      "method": "match"
    },
    {
      "pattern": "^(?:[^A-Za-z0-9]*)(v\\d+\\.\\d+\\.\\d+(?:-rc\\d+)?).*",
      "target": "version",
      "flags": "i",
      "on_property": "title",
      "method": "match"
    }
  ],
  "template": "## [#{{TO_TAG}}] - #{{TO_TAG_DATE}}\n\nChanges from #{{FROM_TAG}} to #{{TO_TAG}}.\n\n#{{CHANGELOG}}\n\n[See full release details][release-#{{TO_TAG}}]\n\n[release-#{{TO_TAG}}]: https://github.com/#{{OWNER}}/#{{REPO}}/releases/tag/#{{TO_TAG}}\n\n---",
  "pr_template": "- #{{TITLE}} by **@#{{AUTHOR}}** in [##{{NUMBER}}](#{{URL}})",
  "empty_template": "- no changes"
}