File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1818
1919 - name : Enable auto-merge for Dependabot PRs
20- if : |
21- steps.metadata.outputs.update-type == 'version-update:semver-patch' ||
22- steps.metadata.outputs.update-type == 'version-update:semver-minor'
20+ if : steps.metadata.outputs.update-type == 'version-update:semver-patch'
2321 run : gh pr merge --auto --merge "$PR_URL"
2422 env :
2523 PR_URL : ${{ github.event.pull_request.html_url }}
Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010- Implementing auto-merge for dependabot PRs [ #12 ] ( https://github.com/ie3-institute/copernicusWeather2psdmWeather/issues/12 )
11+
1112### Changed
13+ - Disabled auto-merge for minor Dependabot updates [ #20 ] ( https://github.com/ie3-institute/copernicusWeather2psdmWeather/issues/20 )
1214
1315### Fixed
1416- Fixed implementation of dependabot auto-merge feature [ #14 ] ( https://github.com/ie3-institute/copernicusWeather2psdmWeather/issues/14 )
17+
1518### Removed
You can’t perform that action at this time.
0 commit comments