Skip to content

Commit 48eed13

Browse files
committed
Merge branch 'main' into staging
Signed-off-by: Kurt Garloff <kurt@garloff.de>
2 parents 7a2566e + 07d1686 commit 48eed13

9 files changed

Lines changed: 233 additions & 68 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
pull_request:
55

6+
permissions:
7+
contents: read
68
jobs:
79
build:
810
runs-on: ubuntu-latest

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
build_and_deploy:
13+
permissions:
14+
contents: write
1315
runs-on: ubuntu-latest
1416
steps:
1517
- name: Checkout Repository

.github/workflows/build_and_staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
build_and_staging:
11+
permissions:
12+
contents: write
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Checkout Repository

.github/workflows/pr-markdownlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Markdownlint on PR
2+
permissions:
3+
contents: read
24

35
on:
46
pull_request:

community/governance/project-board.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
The governance of the community is described in the procedural standard [SCS-0005](https://docs.scs.community/standards/global/scs-0005).
44
The SCS Project Board can be reached via e-mail: [project-board@lists.scs.community](mailto:project-board@lists.scs.community).
55

6-
## Project Board Term 2025
6+
## Project Board Term 2026
77

8-
For the term 2025 the project board consists of:
8+
For the term 2026 the project board consists of:
99

10-
Spokesperson: Felix Kronlage-Dammers, @fkr
10+
Spokesperson: Kurt Garloff, @garloff
1111

12-
| Name, Firstname | Github Handle | E-Mail | Remark |
13-
| ----------------------- | ------------------------------------------ | ------------------------------------------------------------- | ------------------------------ |
14-
| Berendt, Christian | [@berendt](https://github.com/berendt) | [berendt@osism.tech](mailto:berendt@osism.tech) | Elected by Community |
15-
| Feder, Matej | [@matofeder](https://github.com/matofeder) | [matej.feder@dnation.cloud](mailto:matej.feder@dnation.cloud) | Elected by Community |
16-
| Garloff, Kurt | [@garloff](https://github.com/garloff) | [scs@garloff.de](mailto:scs@garloff.de) | Elected by Community |
17-
| Kronlage-Dammers, Felix | [@fkr](https://github.com/fkr) | [fkr@osb-alliance.com](mailto:fkr@osb-alliance.com) | Represents Forum SCS-Standards |
18-
| Schoone, Jan | [@jschoone](https://github.com/jschoone) | [jan.schoone@uhurutec.com](mailto:jan.schoone@uhurutec.com) | Elected by Community |
12+
| Name, Firstname | Github Handle | E-Mail | Remark |
13+
| ----------------------- | ---------------------------------------------- | ----------------------------------------------------------- | ------------------------------ |
14+
| Bayr, Michael | [@michaelbayr](https://github.com/michaelbayr) | [mb@artcodix.com](mailto:mb@artcodix.com) | Elected by Community |
15+
| Garloff, Kurt | [@garloff](https://github.com/garloff) | [scs@garloff.de](mailto:scs@garloff.de) | Elected by Community |
16+
| Klare, Jan | [@jklare](https://github.com/jklare) | [klare@osism.tech](mailto:klare@osism.tech) | Elected by Community |
17+
| Kronlage-Dammers, Felix | [@fkr](https://github.com/fkr) | [fkr@osb-alliance.com](mailto:fkr@osb-alliance.com) | Represents Forum SCS-Standards |
18+
| Schoone, Jan | [@jschoone](https://github.com/jschoone) | [jan.schoone@uhurutec.com](mailto:jan.schoone@uhurutec.com) | Elected by Community |

community/tools/mailinglists.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
Together with [matrix](/community/tools/matrix) our mailing lists are central
44
to our collaboration. Currently there is this set of mailing lists:
55

6-
- [SCS Community Announcements](https://scs.sovereignit.de/mailman3/postorius/lists/announce.lists.scs.community/) - This list is intended for announcements only. It is moderated. Everyone can subscribe to this list and if you want to stay in touch with SCS, you should subscribe to this list.
6+
- [SCS Community Announcements](https://scs.sovereignit.de/mailman3/postorius/lists/announce.lists.scs.community/) - This list is intended for announcements only. It is moderated. Everyone can subscribe to this list and if you want to stay in touch with SCS, you should subscribe to this list. You will be autosubscribed if you become a member of the SCS community (see below), but it's not a requirement to be a member.
77

8-
- [SCS Tech Community List](https://scs.sovereignit.de/mailman3/postorius/lists/scs-tech.lists.scs.community/) - The overall list for anything related to technical discussions. Everyone can subscribe to this list. Furthermore all members of the SCS Community are automatically subscribed to this list.
8+
- [SCS Tech Community List](https://scs.sovereignit.de/mailman3/postorius/lists/scs-tech.lists.scs.community/) - The overall list for anything related to technical discussions. Everyone can subscribe to this list. Furthermore all members of the Technology Group of the SCS Community are automatically subscribed to this list. You can subscribe also when not being a member.
99

10-
- SCS Members - Members of the SCS Community are automatically subscribed to this list. Announcements and discussions regarding the SCS Community are welcome here.
10+
- SCS Members - Members of the SCS Community are automatically subscribed to this list. Announcements and discussions regarding the SCS Community are welcome here. This list is members only.
11+
12+
## SCS community Membership
13+
14+
Membership means that you are onboarded to the Identity Management system of our [Nextcloud](nextcloud.md).

community/tools/nextcloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ opening issues against the issues repository), submitting pull requests, ...
99
If you want to contribute on a regular basis, we are happy to also onboard you
1010
to the nextcloud and do an onboarding call. Nextcloud onboarding also adds you
1111
to the `scs-member@lists.scs.community` mailing list which also add you to the
12-
announcement list (described in the next paragraph).
12+
announcement list (described on the [Mailing Lists](mailinglists.md) page).

0 commit comments

Comments
 (0)