inlets-operator icon indicating copy to clipboard operation
inlets-operator copied to clipboard

Update build status image to use GitHub Actions #148

Open alierkilic opened this issue 3 years ago • 3 comments

  • [ ] I have raised an issue to propose this change.

Description

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • [ ] updated the documentation and/or roadmap (if required)
  • [x] read the CONTRIBUTION guide
  • [x] signed-off my commits with git commit -s
  • [ ] added unit tests

alierkilic avatar Oct 22 '21 10:10 alierkilic

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. Tip: if you only have one commit so far then run: git commit --amend --signoff and then git push --force.

derek[bot] avatar Oct 22 '21 10:10 derek[bot]

You'll just need to run the commands Derek is saying then this can be merged

git config user.name "Your Real Name"
git config user.email "[email protected]"

git commit -s --amend

Then do a push with --force

Thanks.

alexellis avatar Oct 22 '21 10:10 alexellis

Will do. Sorry about that.

alierkilic avatar Oct 22 '21 10:10 alierkilic