GitHub Virtual Collaborators
Version updated for https://github.com/heoh/github-virtual-collaborators to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, GitHub Virtual Collaborators, facilitates collaboration by enabling the use of virtual collaborators (VCs) in Issues and Pull Requests through @#name mentions and slash commands. It automates the management of collaboration metadata (e.g., assignees, participants) using GitHub labels or Project fields and provides scoped notifications for better tracking of virtual interactions. The action streamlines workflows for teams operating multiple AI agents or virtual contributors under a single GitHub account.
Release notes
What’s Changed
- feat: enforce
virtual-collaboratorsallow-list in runtime flow by @heoh in https://github.com/heoh/github-virtual-collaborators/pull/2 - chore: migrate to native ESM (NodeNext) by @heoh in https://github.com/heoh/github-virtual-collaborators/pull/4
- refactor(tag-util): harden mention parsing and exclude non-actionable markdown contexts by @heoh in https://github.com/heoh/github-virtual-collaborators/pull/5
- feat(metadata): add label backend and make project backend optional by @heoh in https://github.com/heoh/github-virtual-collaborators/pull/7
New Contributors
- @heoh made their first contribution in https://github.com/heoh/github-virtual-collaborators/pull/2
Full Changelog: https://github.com/heoh/github-virtual-collaborators/commits/v1.0.0