github-action-pr-helper:GitHub Actions的PullRequest帮助器-源码


-
GitHub行动PR助手 用其他语言阅读:,。 GitHub Actions的PullRequest帮助器。 目录 细节 用法 安装 npm npm i @technote-space/github-action-pr-helper 纱yarn add @technote-space/github-action-pr-helper 使用 import { run } from '@technote-space/github-action-pr-helper' ; run ( { actionName : 'Test Action' , actionOwner : 'octocat' , actionRepo : 'hello-world' , } ) ; 争论 @see 行为 初始化工作目录 克隆分支名为${prBranchPrefix}${prBranchName} 检
51KB
开源项目-salemove-github-review-helper.zip
2019-09-05开源项目-salemove-github-review-helper.zip,使用fixup提交和go编写的有用bot改进github评论
323KB
github-action-version-pr:一个GitHub Action创建一个请求版本控制的请求-源码
2021-03-31(GitHub动作)版本PR 一个GitHub动作,用于创建版本控制的拉取请求。 用法 - uses : fortinet/github-action-version-pr@1.0.0 with : # The GitHub automatically created secret to use in your workflow for authentications. # see: https://docs.github.com/en/actions/reference/authentication-in-a-workflow # Can be obtained from ${{ secrets.GITHUB_TOKEN }}. # Must be provided explicitly. # Required. No default.
58KB
github-action-branch-mapper:分支映射的GitHub操作-源码
2021-02-10GitHub分支映射器 解析分支名称,并可选地映射到环境名称 - uses : alexrogalskiy/github-action-branch-mapper@master with : github-ref : ${{ github.ref }} map : " { \" dev \" : \" staging \" , \" production \" : \" production \" , \" .* \" : \" sandbox \" } " 输出: environment -环境名称 在本地运行: yarn run_action --action github-ref-to-env --github-ref refs/heads/my/branch-name --map '{ "dev": "staging", ".*": "sandbox"
275KB
github-action::high_voltage:@ lint-md的GitHub行动支持,持续集成更方便,速度加快-源码
2021-03-19@ lint-md / github-action :high_voltage: @ lint-md的GitHub动作支持,避免每次检测都执行yarn install ,速度加快。 使用 在.github目录下创建一个github工作流程,例如.github/workflows/lint-md.yml : name : Lint Markdown By Lint Markdown on : [ pull_request ] jobs : lint-markdown : runs-on : ubuntu-latest steps : - name : Checkout uses : actions/checkout@v2 - name : lint-md-github-action uses : lint-md/github-actio
69KB
前端开源库-semantic-release-github-pr
2019-08-30前端开源库-semantic-release-github-pr语义发布github pr,a
504KB
github-env-vars-action:Environment针对环境变量的GitHub动作-源码
2021-02-05:rocket: GitHub环境变量操作 公开有用的环境变量的。 此操作公开的环境变量 环境变量名称 描述 示例值 CI_REPOSITORY_SLUG 所有者和存储库名称的FranzDiebold/github-env-vars-action (即FranzDiebold/github-env-vars-action的FranzDiebold/github-env-vars-action )。 franzdiebold-github-env-vars-action CI_REPOSITORY_OWNER 存储库的所有者。 FranzDiebold CI_REPOSITORY_OWNER_S
210KB
vscode-github-triage-actions:Github Actions帮助VS Code处理我们的问题-源码
2021-03-21VS Code的问题分类GitHub操作 我们在此处托管我们的以对问题进行分类。 其中许多不是特定于VS Code的,可以通过导入存储库在其他项目中使用,如下所示: steps : - name : Checkout Actions uses : actions/checkout@v2 with : repository : ' JacksonKearl/vscode-triage-github-actions ' ref : master # not recommeneded, use the lastest released tag to ensure stability - name : Install Actions run : npm install --production - name : Run Commands
6KB
github-action-kitchen-terraform:GitHub Action运行Kitchen Terraform-源码
2021-04-01github-action-kitchen-terraform GitHub运行Kitchen Terraform的动作。 发行版本与使用中的Terraform版本匹配。 克隆此仓库后,请运行: make bootstrap 此操作将运行以测试Terraform模块。 输入项 kitchen-command 必填项。 遵循kitchen入口点的命令,例如"test"或"test my-scenario" 用法示例 on : [pull_request] jobs : test : name : test runs-on : ubuntu-latest steps : - name : Checkout repo uses : actions/checkout@v2 - name : Kitchen Test A
20KB
github-action-eessi:GitHub设置EESSI的操作-源码
2021-03-17GitHub上的动作:eessi / github-action-eessi 该GitHub Action设置了EESSI以在GitHub Workflows中使用。 指示 您可以使用以下代码在自己的存储库中的工作流中使用此GitHub Action uses: eessi/github-action-eessi@v1 。 GitHub托管的ubuntu-latest类型的跑步者的最低工作示例: jobs : ubuntu-minimal : runs-on : ubuntu-latest steps : - uses : eessi/github-action-eessi@v1 - name : Test EESSI run : | module avail shell : bash 我们正在努力使Act
79KB
github-tag-action:一个Github Action,可以在合并时自动碰撞和标记master与最新的SemVer格式版本。 适用于任何平台-源码
2021-02-18GitHub标记动作 GitHub动作,可在合并时自动碰撞和标记master与最新的SemVer格式版本。 在任何平台上均可使用。 用法 name : Bump version on : push : branches : - master jobs : build : runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - name : Bump version and push tag id : tag_version uses : mathieudutour/github-tag-action@v5.2 with : github_token : ${{ secrets.GITHU
6KB
docker-github-actions-runner-源码
2021-02-17GitHub Actions Runner Docker映像 zerosuxx/github-actions-runner:latest是可用于在容器中运行GitHub Runner的图像。 基于ubuntu:18.04图像预安装的应用程序: curl git jq docker docker-compose 与Docker配合使用 docker run -d --rm -e "REPOSITORY=$REPOSITORY" -e "RUNNER_TOKEN=$RUNNER_TOKEN" zerosuxx/github-actions-runner:latest docker-compose的用法 docker-compose up -d 环境变量 以下环境变量使您可以控制配置参数。 姓名 描述 默认值 REPOSITORY 运行程序将链接到此存储库(所有者/ pac
22KB
github-actions-automate-projects:GitHub Actions将GitHub Issues和Pull请求自动添加到指定的GitHub Project列:recycling_symbol_selector:-源码
2021-02-05github-actions-automate-projects GitHub Actions将GitHub Issues和Pull请求自动添加到指定的GitHub Project列 :recycling_symbol_selector: 。 这个GitHub动作的灵感来自 用法 GitHub项目属于组织,存储库和用户。 该GitHub操作当前不支持基于用户的GitHub Project。 对于任何类型的GitHub项目,您都需要根据要向其添加新卡片的GitHub项目URL和列名来更改GITHUB_PROJECT_URL和GITHUB_PROJECT_COLUMN_NAME 。 在您的存储库中创建.github/workflows/issu
146KB
release-github-actions:GitHub Actions可自动发布GitHub Actions-源码
2021-03-19发布GitHub操作 用其他语言阅读:,。 这是一个GitHub Actions ,它可以自动释放GitHub Actions 。创建新标签后,此操作将自动 运行构建 创建要发布的分支 更改以释放分支 如果存在具有相同标签名称并已发布的发行版,请重新发布它(因为更改了标签,该发行版将处于草稿状态)。 目录 细节 使用 用法 例如.github/workflows/release.yml # on: # push: # tags: # - "v*" on : create name : Release jobs : release : name : Release GitHub Actions runs-on : ubuntu-latest steps : - uses : technote-space/release-github
3KB
github-action-flake8:运行[flake8](https:flake8.pycqa.orgenlatestindex.html)的Github动作,对拉取请求进行检查并在您的拉取请求中留下评论-源码
2021-02-27github-action-flake8 一个Github动作,对请求请求执行检查,并对请求请求发表评论。 如何将此动作添加到您的项目中 将.github`目录从该存储库复制到您的项目中 将.flake8文件从此存储库复制到您的项目中 例子 创建.github/workflows/flake8.yml : on: [pull_request] name: Python Flake8 Check jobs: flake8: name: flake8 runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: flake8 uses: konciergeMD/github-action-flake8@main env: GITH
38KB
github-actions-exporter:普罗米修斯的github-actions-exporter-源码
2021-03-26github-actions-exporter 普罗米修斯的github-actions-exporter 容器图片: : 信息 如果要监视公共存储库,则必须将public_repo选项放在github令牌的repo范围内。 选项 姓名 旗帜 环境变量 默认 描述 Github代币 github_token,gt GITHUB_TOKEN -- 个人访问令牌 Github刷新 github_refresh,gr GITHUB_REFRESH 30 刷新时间Github Actions状态(以秒为单位) Github组织 github_orgas,开始 GITHUB_ORGAS -- 列出您要获取信息的所有组织。 格式<orga1>,<orga2>,<orga3>(例如test1,test2) Github回购 github_repos,grs GITHUB_R
2KB
test-ci-github-action:样例github-action-源码
2021-03-30test-ci-github-action 示例github-action-
6KB
github-actions-golang:GitHub Actions作为Go的CI-源码
2021-02-03Go的GitHub操作 免费提供开放源代码存储库的CI / CD。 本文档包含有关使其适合。 看到他们: $ cat .github/workflows/test.yml on : [push, pull_request] name : Test jobs : test : strategy : matrix : go-version : [1.14.x, 1.15.x] os : [ubuntu-latest, macos-latest, windows-latest] runs-on : ${{ matrix.os }} steps : - name : Install Go uses : actions/setup-go@v2 with : go-version : ${{ matrix.go-version }} - name : Checkout code uses : actions/checkout@v2 - name :
2KB
vilicus-github-action-源码
2021-03-13Vilicus扫描 容器扫描 可以使用远程图像和本地图像进行扫描。 使用远程存储库(例如docker.io),映像将为docker.io/your-organization/image:tag : - name : Scan image uses : edersonbrilhante/vilicus-github-action@main with : image : " docker.io/myorganization/myimage:tag " 要使用本地映像,需要将其标记为localhost:5000/image:tag : - name : Scan image uses : edersonbrilhante/vilicus-github-action@main with : image : " localhost:5000/myi
262KB
github-actions-node-ci:GitHub Actions上JavaScript项目的CI脚手架-源码
2021-02-24github-actions-node-ci 上用于JavaScript项目的CI脚手架 目录 用法 安装 $ npm install @form8ion/github-actions-node-ci --save-prod 例子 进口 import { projectTypes } from '@form8ion/javascript-core' ; import { scaffold , lift , test } from '@form8ion/github-actions-node-ci' ; 执行 ( async ( ) => { await scaffold ( { projectRoot : process . cwd ( ) , projectType : projectTypes . PACKAGE , vcs : { owner
-
下载
2010年上半年2信息处理技术员.pdf
2010年上半年2信息处理技术员.pdf
-
下载
基于数字孪生的智慧机场解决方案.ppt
基于数字孪生的智慧机场解决方案.ppt
-
下载
service pack 6 for visual studio basic 6
service pack 6 for visual studio basic 6
-
下载
javaEE_SSH商品供应管理系统设计软件源码+数据库+WORD毕业论文文档.zip
javaEE_SSH商品供应管理系统设计软件源码+数据库+WORD毕业论文文档.zip
-
下载
name.jar jar包,放在jmeter/lib目录下。
name.jar jar包,放在jmeter/lib目录下。
-
下载
APICloud Studio3-linux-v3.1.3.deb
APICloud Studio3-linux-v3.1.3.deb
-
下载
ssvep脑机接口.zip
ssvep脑机接口.zip
-
下载
deep-learning-tool.rar
deep-learning-tool.rar
-
下载
XMLArsenal-开源
XMLArsenal-开源
-
下载
机电能量转换(课件全).zip
机电能量转换(课件全).zip
