Skip to content

Commit 53370e8

Browse files
committed
/release: do not require a "Rebase to <version>" title
Today, I want to release Git for Windows v2.39.0(2), a version for which no upstream Git version was released (v2.39.1 is still a few weeks out: https://lore.kernel.org/git/xmqqcz8csz5k.fsf@gitster.g/). So I created a Pull Request with a minor change that I wanted to do anyway, as an excuse for the Git artifacts build to run. We already allow this with `/git-artifacts`. Let's allow that also with the `/release` command. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 4b6ea4f commit 53370e8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

GitForWindowsHelper/slash-commands.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ module.exports = async (context, req) => {
203203
if (owner !== 'git-for-windows'
204204
|| repo !== 'git'
205205
|| !req.body.issue.pull_request
206-
|| !req.body.issue.title.match(/^Rebase to v?[1-9]\S*$/)
207206
) {
208207
return `Ignoring ${command} in unexpected repo: ${commentURL}`
209208
}

0 commit comments

Comments
 (0)