Skip to content

feat: add 3 new error entries (known-unsolved, silent-failures, permissions-auth)#402

Merged
htekdev merged 1 commit into
mainfrom
add-errors-2026-06-12-1730
Jun 12, 2026
Merged

feat: add 3 new error entries (known-unsolved, silent-failures, permissions-auth)#402
htekdev merged 1 commit into
mainfrom
add-errors-2026-06-12-1730

Conversation

@htekdev

@htekdev htekdev commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Summary

Add 3 new error entries discovered via GitHub Issues Mining (Strategy 1, round 249).

New Entries

ku-138: GitHub Actions Runners Have No Pseudo-Terminal — bash -i Fails with 'no job control'

  • Category: known-unsolved | Severity: limitation
  • Source: Not a tty actions/runner#241 (107 reactions, 67 comments)
  • Patterns: 'bash: cannot set terminal process group', 'bash: no job control in this shell', 'not a tty'
  • Root cause: GitHub Actions run steps via pipe-connected subprocess with no PTY allocation; bash interactive mode (-i) fails; isatty() returns false

sf-222: \gh run download\ Uses REST API — Cannot Access Artifacts from an In-Progress Run

pa-122: \GITHUB_TOKEN\ Cannot Access Organization Membership or Team APIs

  • Category: permissions-auth | Severity: error
  • Source: GitHub Docs / community (documented limitation)
  • Pattern: 'Resource not accessible by integration' when calling /orgs/{org}/members, /orgs/{org}/teams
  • Root cause: read:org is not a grantable scope for GITHUB_TOKEN; use PAT or GitHub App token instead

Dedup Verification

  • ku-138: No existing entry for 'cannot set terminal process group' or 'no job control'
  • sf-222: triggers-108 covers workflow_run in_progress artifact timing (different scenario); no entry covers gh CLI REST API limitation
  • pa-122: No existing entry for GITHUB_TOKEN read:org scope limitation

htekdev added a commit that referenced this pull request Jun 12, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
htekdev added a commit that referenced this pull request Jun 12, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
htekdev added a commit that referenced this pull request Jun 12, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@htekdev htekdev merged commit ff9e722 into main Jun 12, 2026
6 checks passed
htekdev added a commit that referenced this pull request Jun 12, 2026
* feat: add sf-222 reusable-workflow-empty-string-input-ignores-callee-default

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* feat: add sf-223 composite-action-github-action-repository-ref-empty-in-run

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* feat: add ku-138 composite-action-actions-runtime-token-not-exposed

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: correct id sf-222->sf-223 (collision with PR #402)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: correct id sf-223->sf-224 (collision with PR #402)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: correct id ku-138->ku-139 (collision with PR #402)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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