This repository is a collection of reusable GitHub Actions workflows aimed at providing a centralized library for commonly used tasks.
By maintaining a single source of truth for these workflows, we can ensure consistency, reduce duplication, and simplify maintenance across multiple projects.
Place this sample workflow file into your project's .github/workflows
folder. It utilizes the gh-create-release.yml
workflow from this repository.
name: Create new release with changelog
on:
pull_request_target:
types: [closed]
jobs:
release:
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@<branch_or_tag_name>
For additional examples and information on limitations, inheritance, inputs, outputs, and more, consult the official GitHub documentation.
Contributions are very welcomed!
Start by reviewing contribution guide and our code of conduct. After that, start coding and ship your changes by creating a new PR.
Apache 2 Licensed. See LICENSE for full details.
Made with contrib.rocks.