File tree 4 files changed +20
-6
lines changed
4 files changed +20
-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,16 +7,11 @@ updates:
7
7
time : " 04:00"
8
8
open-pull-requests-limit : 10
9
9
target-branch : dev
10
- reviewers :
11
- - t-ober
12
- - sebastian-peter
13
- - danielfeismann
14
- - jo-bao
15
- - staudtMarius
16
10
ignore :
17
11
- dependency-name : org.scalatest:scalatest_2.13
18
12
versions :
19
13
- 3.3.0-SNAP+
14
+
20
15
- package-ecosystem : pip
21
16
directory : " /docs/readthedocs"
22
17
schedule :
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 @@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
59
- Update concept in developers' documentation [ #517 ] ( https://github.com/ie3-institute/OSMoGrid/issues/517 )
60
60
- Enhance documentation regarding overpass examples [ #494 ] ( https://github.com/ie3-institute/OSMoGrid/issues/494 )
61
61
- Upgraded to ` scala3 ` [ #575 ] ( https://github.com/ie3-institute/OSMoGrid/issues/575 )
62
+ - Updated dependabot workflow and added CODEOWNERS [ #584 ] ( https://github.com/ie3-institute/OSMoGrid/issues/584 )
62
63
63
64
### Fixed
64
65
- Fixed bug in ` LvGridGeneratorSupport ` [ #388 ] ( https://github.com/ie3-institute/OSMoGrid/issues/388 )
You can’t perform that action at this time.
0 commit comments