Skip to content

fix(ci): pass --repo to gh in close-issue job - #4

Merged
onokonem merged 1 commit into
mainfrom
fix/close-issue-repo
Aug 9, 2026
Merged

fix(ci): pass --repo to gh in close-issue job#4
onokonem merged 1 commit into
mainfrom
fix/close-issue-repo

Conversation

@onokonem

@onokonem onokonem commented Aug 9, 2026

Copy link
Copy Markdown
Member

The first fully-green periodic run (test + dependency-check + latest-linter all passed) still failed overall because the new close-issue-on-success job errored:

failed to run git: fatal: not a git repository

The job has no checkout step, so bare gh issue ... cannot discover the repo. Pass --repo "$GITHUB_REPOSITORY" explicitly.

The close-issue-on-success job has no checkout step, so bare 'gh issue'
fails with 'failed to run git: not a git repository'. Explicit --repo
$GITHUB_REPOSITORY fixes it.
@onokonem
onokonem merged commit b3e1deb into main Aug 9, 2026
2 checks passed
@onokonem
onokonem deleted the fix/close-issue-repo branch August 9, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant