ci: Fix issue and closed issue workflows

Fixes using the wrong repo name

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-11-13 07:48:44 +00:00 committed by Jamie
parent ab01443605
commit d2fc01d88d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
project: 'MCUboot releases'
column: 'No Status'
owner: 'mcu-tools'
repo: 'action-move-issues-to-column'
repo: 'mcuboot'
type: 'repo'
github_token: ${{ secrets.GITHUB_TOKEN }}
marker: 'issue:todo'

View File

@ -14,6 +14,6 @@ jobs:
project: 'MCUboot releases'
column: 'Done'
owner: 'mcu-tools'
repo: 'action-move-issues-to-column'
repo: 'mcuboot'
type: 'repo'
github_token: ${{ secrets.GITHUB_TOKEN }}