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
- Host: GitHub
- URL: https://github.com/xt0rted/.github
- Owner: xt0rted
- Created: 2020-02-01T09:42:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T02:15:39.000Z (about 1 year ago)
- Last Synced: 2025-06-05T05:42:10.064Z (about 1 year ago)
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
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).