Skip to content

Implement composite action wrapping issues-helper functionality#1

Draft
Copilot wants to merge 5 commits into
mainfrom
copilot/add-issues-helper-functions
Draft

Implement composite action wrapping issues-helper functionality#1
Copilot wants to merge 5 commits into
mainfrom
copilot/add-issues-helper-functions

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 10, 2026

Creates a GitHub Actions skill that provides unified interface to all 26 actions from actions-cool/issues-helper@v3.

Implementation

  • action.yml: Composite action with 40+ inputs and 10+ outputs mapping to issues-helper parameters
  • README.md: Usage examples for common scenarios (welcome issues, label management, inactive checks, batch operations)
  • .github/workflows/example.yml: Reference implementations with explicit permissions

Usage

- uses: actions-cool/issues-helper-skill@v1
  with:
    actions: 'create-comment,add-labels'
    body: 'Thank you @${{ github.event.issue.user.login }}'
    labels: 'needs-triage'
    emoji: '+1,heart'

Supports all base actions (add-assignees, create-comment, update-issue, etc.) and advanced actions (check-inactive, find-issues, mark-duplicate, etc.).

Original prompt

这是一个 skill,可以快速使用 issues-helper 的全部功能。


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 4 commits February 10, 2026 03:47
Co-authored-by: xrkffgg <29775873+xrkffgg@users.noreply.github.com>
Co-authored-by: xrkffgg <29775873+xrkffgg@users.noreply.github.com>
Co-authored-by: xrkffgg <29775873+xrkffgg@users.noreply.github.com>
Co-authored-by: xrkffgg <29775873+xrkffgg@users.noreply.github.com>
Copilot AI changed the title [WIP] Add full functionality for issues-helper Implement composite action wrapping issues-helper functionality Feb 10, 2026
Copilot AI requested a review from xrkffgg February 10, 2026 03:51
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