在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用tagpr
星标4
分支0
更新时间2026年2月25日 00:59
setup tagpr
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
setup tagpr
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tagpr |
| description | setup tagpr |
When setting up tagpr, always use GitHub App token pattern:
name: tagpr
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.TAGPR_APP_ID }}
private-key: ${{ secrets.TAGPR_APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
After creating the workflow, run pinact run to pin action versions.
Basic .tagpr file is following.
# config file for the tagpr in git config format
# The tagpr generates the initial tag and release.
[tagpr]
vPrefix = true
releaseBranch = main
versionFile = -
calendarVersioning = true