Skip to content

Commit 7deb69e

Browse files
authored
chore: replaced alliander emails with lfenergy email. (OpenSTEF#767)
Signed-off-by: Bart Pleiter <bart.pleiter@alliander.com>
1 parent 6864ca2 commit 7deb69e

315 files changed

Lines changed: 357 additions & 363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
2+
SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
33
44
SPDX-License-Identifier: MPL-2.0
55
-->
@@ -61,12 +61,12 @@ further defined and clarified by project maintainers.
6161

6262
## Conflict Resolution
6363

64-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at short.term.energy.forecasts@alliander.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
64+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at openstef@lfenergy.org. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
6565

6666
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.
6767

6868
## Attribution
6969

7070
This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
7171
available at
72-
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
2+
SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
33
44
SPDX-License-Identifier: MPL-2.0
55
-->
@@ -31,7 +31,7 @@ For information about:
3131

3232
- 💬 **Slack**: [LF Energy workspace](https://slack.lfenergy.org/) (#openstef channel)
3333
- 🐛 **Issues**: [GitHub Issues](https://github.com/OpenSTEF/openstef/issues)
34-
- 📧 **Email**: short.term.energy.forecasts@alliander.com
34+
- 📧 **Email**: openstef@lfenergy.org
3535
- 📖 **Support**: [Support page](https://openstef.github.io/openstef/v4/project/support.html)
3636

3737
## Good First Issues

.github/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
#
33
# SPDX-License-Identifier: MPL-2.0
44
# config of action in ./workflows/...

.github/workflows/_job_quality_check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
#
33
# SPDX-License-Identifier: MPL-2.0
44

@@ -62,4 +62,4 @@ jobs:
6262
- name: Stop if any quality step failed
6363
# All tests are run with always() not to stop on the first error. This step makes the workflow fail if any quality step failed.
6464
if: ${{ failure() }}
65-
run: exit 1
65+
run: exit 1

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
# SPDX-License-Identifier: MPL-2.0
33

44
name: Quality Check
@@ -18,4 +18,4 @@ permissions:
1818
jobs:
1919
quality:
2020
name: Quality Checks
21-
uses: ./.github/workflows/_job_quality_check.yaml
21+
uses: ./.github/workflows/_job_quality_check.yaml

.github/workflows/citations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
#
33
# SPDX-License-Identifier: MPL-2.0
44

@@ -35,4 +35,4 @@ jobs:
3535
run: |
3636
sudo apt-get update && sudo apt-get install -y r-base
3737
- name: Validate CITATION.cff
38-
uses: dieghernan/cff-validator@v4
38+
uses: dieghernan/cff-validator@v4

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
#
33
# SPDX-License-Identifier: MPL-2.0
44

.github/workflows/pr-labeler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
#
33
# SPDX-License-Identifier: MPL-2.0
44
# Automatically label PRs, config in ../pr-labler.yml
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
# SPDX-License-Identifier: MPL-2.0
33

44
name: Dev Release

.github/workflows/release-v4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <short.term.energy.forecasts@alliander.com>
1+
# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project <openstef@lfenergy.org>
22
# SPDX-License-Identifier: MPL-2.0
33

44
name: Release V4
@@ -80,4 +80,4 @@ jobs:
8080
- name: Publish packages
8181
run: uv publish --trusted-publishing always
8282
- name: Summary
83-
run: echo "Published version ${{ steps.ver.outputs.version }}"
83+
run: echo "Published version ${{ steps.ver.outputs.version }}"

0 commit comments

Comments
 (0)