Files
awesome-falsehood/.github/workflows/autofix.yaml
dependabot[bot] 02bb2ddf60 Bump kdeldycke/workflows from 2.15.1 to 2.16.0
Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 2.15.1 to 2.16.0.
- [Release notes](https://github.com/kdeldycke/workflows/releases)
- [Changelog](https://github.com/kdeldycke/workflows/blob/main/changelog.md)
- [Commits](https://github.com/kdeldycke/workflows/compare/v2.15.1...v2.16.0)

---
updated-dependencies:
- dependency-name: kdeldycke/workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 17:11:07 +04:00

13 lines
284 B
YAML

---
name: Autofix
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v2.16.0