fix: typo in backport pr script (#117) (#120)

(cherry picked from commit 02c56ea5ef)

Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
Matt Trachier 2025-08-28 11:01:40 -05:00 committed by GitHub
parent 0291bc4c6b
commit 41f239af5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
`${pr.body}`
].join("\n\n")
});
const prNumber = newPR.number
const prNumber = newPr.number
await github.rest.issues.addAssignees({
owner,
repo,