We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bb3f2 commit 24ed64bCopy full SHA for 24ed64b
.github/workflows/release.yml
@@ -129,11 +129,12 @@ jobs:
129
fetch-depth: 0
130
131
- name: 📝 Comment on related issues and pull requests
132
- uses: remix-run/release-comment-action@v0.4.3
+ uses: remix-run/release-comment-action@v0.5.0
133
with:
134
DIRECTORY_TO_CHECK: "./packages"
135
PACKAGE_NAME: "react-router"
136
ISSUE_LABELS_TO_REMOVE: "awaiting release"
137
+ ISSUE_LABELS_TO_KEEP_OPEN: "🗺 Roadmap"
138
139
# HEADS UP! this "nightly" job will only ever run on the `main` branch due to
140
# it being a cron job, and the last commit on main will be what github shows
0 commit comments