Skip to content

#1: repo init - common AbsaOSS repo files, utils, configuration, CI for Sbt-based libraries we use#3

Open
lsulak wants to merge 13 commits intomasterfrom
feature/1-repo-init
Open

#1: repo init - common AbsaOSS repo files, utils, configuration, CI for Sbt-based libraries we use#3
lsulak wants to merge 13 commits intomasterfrom
feature/1-repo-init

Conversation

@lsulak
Copy link
Contributor

@lsulak lsulak commented Jan 26, 2026

Closes #1

Release Notes

  • Repository init: adding basic repository structure, CI files, and compiler instructions

@github-actions
Copy link

JaCoCo 'mag' module code coverage report - scala 2.12.21

There is no coverage information present for the Files changed

@lsulak lsulak self-assigned this Jan 26, 2026
@lsulak lsulak requested a review from tmikula-dev January 26, 2026 15:57
Zejnilovic
Zejnilovic previously approved these changes Jan 26, 2026
@@ -0,0 +1,29 @@
---

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML templates are the new standard for repos instead of markdown. I bet @HuvarVer could get you some nice ones.

Copy link
Contributor Author

@lsulak lsulak Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, bring it on. Thanks! In terms of these templates I just copy pasted what we had in other OSS repos

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since I was doing also a repo init by the end of last week, you can look into the .github/ folder inside our AguaSec Scan Results to see all the templates, PR template: https://github.com/AbsaOSS/aquasec-scan-results/tree/master/.github

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lsulak You can find templates also here in our organizational repository
https://github.com/absa-group/cps-organizational/tree/master/.github/ISSUE_TEMPLATE

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks, will adapt in the next commit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

@lsulak lsulak requested a review from HuvarVer January 26, 2026 16:23
steps:
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
with:
python-version: '3.11'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please for this workflow and release_draft.yml look inside the link, I send in the other comment. They might be the newest ones. For example we are aiming to run our Python workflows with 3.13 even better 3.14. Not sure, if it would contain any other differences.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks, will definitely check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Init repo: CI files, pipelines, formatters or linters, and all the good stuff we use in AbsaOSS in general

4 participants