Skip to content

Commit d3ed210

Browse files
committed
Update to latest release-comment-action workflow
1 parent a3679dd commit d3ed210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,12 @@ jobs:
129129
fetch-depth: 0
130130

131131
- name: 📝 Comment on related issues and pull requests
132-
uses: remix-run/release-comment-action@v0.4.3
132+
uses: remix-run/release-comment-action@v0.5.0
133133
with:
134134
DIRECTORY_TO_CHECK: "./packages"
135135
PACKAGE_NAME: "react-router"
136136
ISSUE_LABELS_TO_REMOVE: "awaiting release"
137+
ISSUE_LABELS_TO_KEEP_OPEN: "🗺 Roadmap"
137138

138139
# HEADS UP! this "nightly" job will only ever run on the `main` branch due to
139140
# it being a cron job, and the last commit on main will be what github shows

0 commit comments

Comments
 (0)