mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* ci: gate ext-jb-test-integration auto-trigger on PR author association Extend the existing MEMBER/OWNER/COLLABORATOR allow-list (already used for the /test-jetbrains comment path) to pull_request_target [opened, reopened] as well, so the same trust model applies regardless of how the workflow is triggered. PRs from non-trusted authors no longer auto-trigger; a maintainer can still opt them in via /test-jetbrains. * ci: replace hardcoded app-id with CLINE_JETBRAINS_WORKFLOW_ID var Matches the convention already in use in cline/intellij-plugin and lets us change the App ID without touching workflow code. * Update .github/workflows/ext-jb-test-integration.yml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * ci: rename CLINE_JETBRAINS_WORKFLOW_KEY to CLINE_JETBRAINS_APP_KEY The secret holds a GitHub App private key. Matches the rename of the matching app-id var in the previous commit. --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>