Skip to content

Fix invalid org-bot.yml permissions block that prevented workflow loading#2

Merged
0x5t4l1n merged 1 commit into
mainfrom
copilot/fix-invalid-workflow-file
Apr 22, 2026
Merged

Fix invalid org-bot.yml permissions block that prevented workflow loading#2
0x5t4l1n merged 1 commit into
mainfrom
copilot/fix-invalid-workflow-file

Conversation

Copilot AI commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

The org issue/PR bot workflow was failing before execution because the workflow file was invalid (Unexpected value 'members' in top-level permissions). This change removes the unsupported permission entry so Actions can parse and run the bot job again.

  • Problem surfaced

    • Workflow never started due to schema validation failure in .github/workflows/org-bot.yml.
  • Change made

    • Removed unsupported members: read from the workflow-level permissions block.
    • Kept existing required scopes for issue comments and PR interactions unchanged.
  • Resulting workflow permissions

    permissions:
      contents: read
      issues: write
      pull-requests: write

Agent-Logs-Url: https://github.com/th30d4y/.github/sessions/5ec17dd7-54e7-481f-84cb-fd7e9cc97c63

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

👋 Hello! Thanks for your contribution. We will review this and get back to you as soon as possible. — th30d4y

@0x5t4l1n 0x5t4l1n merged commit 342d2f5 into main Apr 22, 2026
1 of 2 checks passed
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.

2 participants