Skip to content

⚙️ Shared workflow for multiple projects of this organization

Notifications You must be signed in to change notification settings

material-extensions/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♻️ Reusable GitHub Workflows

A comprehensive collection of reusable GitHub Actions workflows that help standardize CI/CD practices across our organization.

Overview

This repository contains a set of carefully crafted, reusable GitHub workflows that can be easily integrated into any our project. These workflows help maintain consistency, reduce duplication, and enforce best practices across all repositories.

Available Workflows

PR Title Check (pr-title.yml)

Validates Pull Request titles against conventional commit format.

uses: material-extensions/workflows/.github/workflows/pr-title.yml@main
with:
  sparse-checkout: commitlint.config.js
  commitlint-help-url: https://www.conventionalcommits.org/en/v1.0.0/

PR Closed (pr-closed.yml)

Adds a thank you comment when PRs are closed.

uses: material-extensions/workflows/.github/workflows/pr-closed.yml@main
with:
  comment: Thank you for your contribution! 🙏

About

⚙️ Shared workflow for multiple projects of this organization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published