Skip to content

Commit

Permalink
ci: Fix issue and closed issue workflows
Browse files Browse the repository at this point in the history
Fixes using thr wrong repo name

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Nov 13, 2024
1 parent bd7423d commit a142250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion .github/workflows/issue_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a142250

Please sign in to comment.