Below you will find pages that utilize the taxonomy term “Vig-Os”
July 17, 2026
Sync Issues and PRs
Version updated for https://github.com/vig-os/sync-issues-action to version v0.4.0.
This action is used across all versions by 8 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, sync-issues-action, automates the process of syncing all issues and pull requests from a repository into markdown files. It captures all comments and conversations within each issue or PR, groups review threads with diff snippets when available, preserves original bodies without extra headers, and includes metadata such as labels, dates, authors, state, relationships, etc. The action supports various options for customization, including specifying output directories, filtering issues or pull requests, customizing the format command, and using GitHub App authentication. It also provides outputs for tracking sync results and managing state files for caching purposes.
July 16, 2026
Commit via GitHub API
Version updated for https://github.com/vig-os/commit-action to version v0.3.1.
This action is used across all versions by 6 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of committing changes to a repository using the GitHub API, enabling the creation of signed commits that bypass branch protection rules. It supports both standalone usage and integration as a module, making it versatile for various use cases in CI/CD pipelines. The action is designed to be type-safe and well-tested, with optimized API usage for handling large files efficiently.
July 16, 2026
Sync Issues and PRs
Version updated for https://github.com/vig-os/sync-issues-action to version v0.3.0.
This action is used across all versions by 8 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Sync Issues and PRs Action automates the process of syncing all issues and pull requests from a repository into markdown files, preserving their original content, comments, and metadata. It supports syncing closed items, filtering by issue or pull request numbers, and offers options for customizing output formats and handling attachments. The action can be used with various authentication methods and outputs sync statistics and file paths.
July 16, 2026
Commit via GitHub API
Version updated for https://github.com/vig-os/commit-action to version v0.3.0.
This action is used across all versions by 6 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This action automates the process of committing changes to a repository using the GitHub API, creating signed commits that bypass branch protection rules. It supports modular design and provides type safety with TypeScript. The action can be used as a standalone GitHub Action or imported as a module for integration into larger workflows.