[JBRes-9173] Set up repository CI and policies - #2
Merged
Daniil Mironov (DaniilMironovJB) merged 1 commit intoMay 19, 2026
Conversation
Daniil Mironov (DaniilMironovJB)
force-pushed
the
dmir/JBRes-9173-repo-setup
branch
from
May 13, 2026 12:07
f67a2f5 to
ea284ff
Compare
Daniil Mironov (DaniilMironovJB)
force-pushed
the
dmir/JBRes-9173-repo-setup
branch
from
May 13, 2026 18:28
ea284ff to
4946289
Compare
vpoliakov-pixel
approved these changes
May 19, 2026
Daniil Mironov (DaniilMironovJB)
added a commit
that referenced
this pull request
May 29, 2026
- Added GitHub CI for service, Python worker, and Helm chart. - Added repository hygiene/configuration: - root `.pre-commit-config.yaml` - `.editorconfig` - `.gitattributes` - Dependabot config - Added GitHub collaboration files: - CODEOWNERS using `@JetBrains-Research/research-engineering-squad` - PR template with YouTrack guidance - bug/feature/question issue templates - Added OSS policy/docs: - `CONTRIBUTING.md` - `CONTRIBUTORS.md` - `SECURITY.md` - `SUPPORT.md` - release process docs - repository settings checklist - Normalized formatting/line endings through pre-commit. - Applied ktlint formatting to two service controller tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Set up Runway repository readiness for the public open-source repo.
This adds GitHub/community scaffolding, public CI, security/release docs, contributor attribution from the predecessor repositories, and local commit hooks. It also documents the GitHub-side repository settings that still need to be applied or verified outside this PR.
Part of JBRes-9173.
What Changed
.pre-commit-config.yaml.editorconfig.gitattributes@JetBrains-Research/research-engineering-squadCONTRIBUTING.mdCONTRIBUTORS.mdSECURITY.mdSUPPORT.mdChecks
pre-commit run --all-filespasses.Notes
GitHub repository settings were also configured separately where possible:
mainprotection, release tag protection, YouTrack autolink, repository feature toggles, description/topics, and Dependabot security updates.This PR does not fully close JBRes-9173. Remaining items include enterprise-controlled security settings such as Code Security, secret scanning/push protection, private vulnerability reporting after publication if available, and the GHCR publishing decision/workflows.
CodeQL is intentionally not added in this PR because GitHub currently rejects CodeQL result uploads for this repository while Code Security is disabled by enterprise policy.