From 62e099709579f5fc236490ba79caabbe98feff05 Mon Sep 17 00:00:00 2001 From: matttrach Date: Mon, 18 Aug 2025 23:05:34 -0500 Subject: [PATCH] fix: use a different context Signed-off-by: matttrach --- .github/workflows/backport.yml | 4 ++-- aspell_custom.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index b210605..b66c8d4 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -16,8 +16,8 @@ jobs: const parentIssue = context.payload.issue; const parentIssueTitle = parentIssue.title; const parentIssueNumber = parentIssue.number; - const repo = parentIssue.repo; - const owner = parentIssue.owner; + const repo = context.repo.repo; + const owner = context.repo.owner; // Create the sub-issue const newIssue = await github.rest.issues.create({ diff --git a/aspell_custom.txt b/aspell_custom.txt index 1c3f9ca..ef203ef 100644 --- a/aspell_custom.txt +++ b/aspell_custom.txt @@ -10,3 +10,4 @@ goreleaser terraform tflint gorelease +repo