Skip to content

getindata/github-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflows

License Release

We help companies turn their data into assets


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.

USAGE

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>

NOTES

For additional examples and information on limitations, inheritance, inputs, outputs, and more, consult the official GitHub documentation.

CONTRIBUTING

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.

LICENSE

Apache 2 Licensed. See LICENSE for full details.

AUTHORS

Made with contrib.rocks.

About

Collection of reusable GitHub Actions workflows

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published