Skip to content

Commit f7bcd33

Browse files
authored
Merge pull request #3573 from DMPRoadmap/aaron/fix-danger-workflow
Fix danger.yml workflow
2 parents 1c27691 + bd996cf commit f7bcd33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/danger.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
# Install Ruby - using the version found in the Gemfile.lock
1818
- name: 'Install Ruby'
1919
uses: ruby/setup-ruby@v1
20-
with:
2120

2221
- name: 'Bundle Install'
2322
run: |

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

33
## v5.0.2
4-
- Bump Ruby to v3.1.4 and use `.ruby-version` in CI [#3566](https://github.com/DMPRoadmap/roadmap/pull/3566)
4+
- Bump Ruby to v3.1.4 and use `.ruby-version` in CI
5+
- [#3566](https://github.com/DMPRoadmap/roadmap/pull/3566)
6+
- [#3573](https://github.com/DMPRoadmap/roadmap/pull/3573)
57
- Enable session timeout after 90 minutes of inactivity [#3568](https://github.com/DMPRoadmap/roadmap/pull/3568)
68
- Validate CSV Separator [#3569](https://github.com/DMPRoadmap/roadmap/pull/3569)
79
- Fix rendering of `confirm_merge` partial [#3567](https://github.com/DMPRoadmap/roadmap/pull/3567)

0 commit comments

Comments
 (0)