Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yonatankarp/github-actions

Repository files navigation

GitHub Actions

Continuous Integration

Shared place for GitHub composable actions and workflows


Available workflows

  • ci - Builds the project and if selected a docker image
  • linters - Runs the configured linters on the project
  • dependabot-auto-merge - Runs a pipeline that allows dependabot to automatically merge PRs that opened by it.
  • update-gradle-wrapper - A pipeline that allows upgrading gradle wrapper to its latest version. The pipeline can be executed nightly using GitHub action chron jobs.

Replace Tag

Once a new change was added to the pipeline, you can move the tag to the current commit by running the following script on the required branch:

$ sh ./bin/replace-tags.sh <TAG>

for example:

$ sh ./bin/replace-tags.sh v1

About

Shared place for GitHub composable actions and workflows

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •