An open API service indexing awesome lists of open source software.

https://github.com/xt0rted/.github

Shared action workflows and templates
https://github.com/xt0rted/.github

Last synced: 9 months ago
JSON representation

Shared action workflows and templates

Awesome Lists containing this project

README

          

# .github

## Workflows

[Shared workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) used across my repos.

- [dependabot-auto-merge](.github/workflows/dependabot-auto-merge.yml) - Marks pull requests for auto-merge if they're from Dependabot and meet the specified criteria.
- [fixup-commits](.github/workflows/fixup-commits.yml) - Prevents pull requests from being merged if they contain [autosquash commit messages](https://git-scm.com/docs/git-rebase#git-rebase---autosquash).