v0.1.0
github-actions
released this
29 Apr 20:05
·
12 commits
to refs/heads/main
since this release
Update actions @osterman (#8)
what
- Bump auto-commit and pull request actions
why
- use latest node
- bug fixes
Support push options @osterman (#7)
what
- Add support for push options
- Customizable branches
- Update actions
why
- In order to push to protected branches,
--force
or--force-with-lease
need to be used.
set max-depth to 0 for link checker @osterman (#6)
what
- Set
max-depth
to0
why
- It's not respecting checking only modified files and it's recursing deep into all folders. Not sure what else to try.
Only validate modified files @osterman (#5)
what
- attempt to only validate files modified
- fix usage example
why
- by default, it seems to want search all files in the directory, not just those specified by the
file-path
input. This causes it to hit 429 rate limit issues. - Validating files not modified should not be in scope
Initial implementation @osterman (#1)
what
- Add an opionated implementation to regenerate the
README.md
and banners
why
- We need this functionality across our enterprise and it's a bit hairy
Fix mergify config @osterman (#4)
what
- Refer to .github repo instead of org & repo
why
- Relative repo is less error prone