You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,9 @@
9
9
6. Make sure that the whole project can be compiled with a single "make all" command.
10
10
also implement "make clean"
11
11
7. Fill out the [CODEOWNERS](./.github/CODEOWNERS) file. Here is the official github [guide](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
12
-
8. Update and extend if needed the [sonar project file](./.github/sonar-project.properties) .
13
-
9.**Internal projects only** Add a self-hosted runner with "devs-self-hosted-runner" name. [guide](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)
14
-
10. Secrets, add your sonarqube token and for **public repositores** add github personal access token.
15
-
11. Check the workflow and adjust them according to the repo types (internal of public)
16
-
12. Update this Readme file and remove this list from it.
12
+
8. Add github personal access token named "PERSONAL_ACCESS_TOKEN" as a repository secret. It is necessary for CLA signature workflow.
13
+
9. Check the available [workflows](./.github/workflows) and adjust them according to the repo types (internal or public)
14
+
10. Update this Readme file and remove this list from it.
0 commit comments