Skip to content

feat(ci): add self-assign issue workflow - #3810

Open
0xMudit wants to merge 1 commit into
apache:mainfrom
0xMudit:feat/3773-self-assign-action
Open

feat(ci): add self-assign issue workflow#3810
0xMudit wants to merge 1 commit into
apache:mainfrom
0xMudit:feat/3773-self-assign-action

Conversation

@0xMudit

@0xMudit 0xMudit commented Aug 25, 2026

Copy link
Copy Markdown

Summary

Fixes #3773

Adds a GitHub Actions workflow that lets contributors self-assign open issues by commenting \ ake\ and unassign with \untake.

  • Triggers on \issue_comment\ events (created)
  • Only runs on open, unassigned issues
  • Exact keyword match: \ ake\ to assign, \untake\ to unassign
  • Posts a confirmation comment after each action
  • Uses \�ctions/github-script@v7\ (no external dependencies)

Verification

  • Workflow YAML passes \�ctionlint\ syntax validation
  • License header matches ASF convention used in other workflows

AI use

  • Generative tooling made a substantive contribution

Tool(s) and scope: opencode/big-pickle — designed and wrote the workflow file

Checklist

  • Tests cover the change and fail without it
  • Lint, format, typecheck and the affected suites pass locally

Does this PR entail a change in behavior?

  • Yes — new CI workflow that responds to issue comments

Contributors can now self-assign open issues by commenting 'take'
and unassign with 'untake'. Uses actions/github-script@v7.

Generated-by: opencode/big-pickle
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.

feat: add a github action to self-assign the issue

1 participant