Skip to content

Commit d2fc01d

Browse files
committed
ci: Fix issue and closed issue workflows
Fixes using the wrong repo name Signed-off-by: Jamie McCrae <[email protected]>
1 parent ab01443 commit d2fc01d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
project: 'MCUboot releases'
1515
column: 'No Status'
1616
owner: 'mcu-tools'
17-
repo: 'action-move-issues-to-column'
17+
repo: 'mcuboot'
1818
type: 'repo'
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
marker: 'issue:todo'

.github/workflows/issue_closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
project: 'MCUboot releases'
1515
column: 'Done'
1616
owner: 'mcu-tools'
17-
repo: 'action-move-issues-to-column'
17+
repo: 'mcuboot'
1818
type: 'repo'
1919
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)