Skip to content

driimus/shared-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Shared Workflows

Set of reusable Github Actions workflows

Usage

Check out the official documentation on calling reusable workflows.

Examples

  • Populate a project board with new PRs using pr-link-project
on:
  pull_request:

jobs:
  link-project:
    uses: driimus/shared-workflows/.github/workflows/pr-link-project.yml@main
    with:
      project_name: "My automated broject board"
      column_name: "In progress"

About

GitHub Actions workflows used in personal repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published