renovate-go-mod-fix.yaml 871 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically copied from https://github.com/pion/.goassets repository.
  5. # If this repository should have package specific CI config,
  6. # remove the repository name from .goassets/.github/workflows/assets-sync.yml.
  7. #
  8. # If you want to update the shared CI config, send a PR to
  9. # https://github.com/pion/.goassets instead of this repository.
  10. #
  11. name: go-mod-fix
  12. on:
  13. push:
  14. branches:
  15. - renovate/*
  16. jobs:
  17. go-mod-fix:
  18. runs-on: ubuntu-latest
  19. steps:
  20. - name: checkout
  21. uses: actions/checkout@v2
  22. with:
  23. fetch-depth: 2
  24. - name: fix
  25. uses: at-wat/go-sum-fix-action@v0
  26. with:
  27. git_user: Pion Bot
  28. git_email: [email protected]
  29. github_token: ${{ secrets.PIONBOT_PRIVATE_KEY }}
  30. commit_style: squash
  31. push: force