Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 20:05
· 12 commits to refs/heads/main since this release
b4d270d
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 to 0

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
Use proper _extends keyword @osterman (#3)

what

  • Replace extends with _extends in settings.yml

why

  • Mergify and Probot use similar keyword for extends, but probot is prefixed with _
  • accidentally used the wrong keyword
Add essential scaffolding files @osterman (#2)

what

  • Add mergify and repo settings configs

why

  • Necessary for workflows