File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Reviewers for Dependabot PRs
2
+ build.gradle @ sebastian-peter @ danielfeismann @ staudtMarius
3
+
4
+ # Reviewers for CI/CD related PRs
5
+ .github /workflows / @ sebastian-peter @ PhilippSchmelter
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ updates:
7
7
time : " 04:00"
8
8
open-pull-requests-limit : 10
9
9
target-branch : dev
10
- reviewers :
11
- - t-ober
12
- - staudtMarius
13
- - sebastian-peter
14
- - danielfeismann
15
- - jo-bao
16
10
17
11
- package-ecosystem : pip
18
12
directory : " /docs/readthedocs"
Original file line number Diff line number Diff line change 16
16
with :
17
17
github-token : " ${{ secrets.GITHUB_TOKEN }}"
18
18
19
+ - name : Check Snapshot
20
+ if : contains(steps.metadata.outputs.new-version, 'snap')
21
+ run : |
22
+ echo "::error::Snapshot versions are not allowed – workflow stopped."
23
+ exit 1
24
+
25
+ - name : Approve the PR
26
+ if : steps.metadata.outputs.update-type == 'version-update:semver-patch'
27
+ run : gh pr review --approve "$PR_URL"
28
+ env :
29
+ PR_URL : ${{github.event.pull_request.html_url}}
30
+ GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
31
+
19
32
- name : Enable auto-merge for Dependabot PRs
20
33
if : steps.metadata.outputs.update-type == 'version-update:semver-patch'
21
34
run : gh pr merge --auto --merge "$PR_URL"
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased/Snapshot]
8
8
9
+ ### Changed
10
+ - Updated dependabot workflow and added CODEOWNERS [ #1328 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1328 )
11
+
9
12
## [ 7.0.0] - 2025-05-08
10
13
11
14
### Added
You can’t perform that action at this time.
0 commit comments