Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Common workflows we use in our GitHub projects

NotificationsYou must be signed in to change notification settings

NimblePros/NimblePros.GitHub.Workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

This repo holds common GitHub Actions Workflows that we use in the repositories we maintain.

This makes use ofGitHub's Reusable Workflows.

Available Workflows

In this section, we'll mention workflows and any details required for using them.


Comment On Pull Request

This Pull Request will publish a Code Coverage comment to a PR, as seen inthis PR for eShopOnNServiceBus.

Some things to note:

  • This only comments on apull_request event.

  • This requires 3 parameters:

    • pr-number: PR Number to comment on
    • code-coverage-artifact-name: Used for downloading the code-coverage artifact created in a build pipeline
    • code-coverage-artifact-path: Used for the commenter plugin

    To use this in your own repo, add this job to your workflow:

add-code-coverage-to-pr:uses:NimblePros/NimblePros.GitHub.Workflows/.github/workflows/comment-on-pr.yml@mainwith:pr-number:YOUR_PR_NUMBERcode-coverage-artifact-name:YOUR_CODE_COVERAGE_ARTIFACT_NAMEcode-coverage-artifact-path:YOUR_CODE_COVERAGE_ARTIFACT_PATH

You can see this in action witheShopOnNServiceBus.

About

Common workflows we use in our GitHub projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp