inlets-operator
inlets-operator copied to clipboard
Update build status image to use GitHub Actions #148
- [ ] 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
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
.
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.
Will do. Sorry about that.