fluent-bit-docs
fluent-bit-docs copied to clipboard
Bump dependency inside local-pipeline
The previous version listed does not appear to be in the registry any longer. This is the latest release in the 7.x series of Elasticsearch.
Hi @petemounce, thanks for your contribution. Please refer to our contributing guidelines and resubmit your PR. In particular check the submitting contributions section.
@lecaros thanks for the link; I've read it now. I see it's the DCO. Since I made the commit via a driveby in the github UI, what's the best way to rectify?
@petemounce can you see the info from the check in your PR, it explains what to do? https://github.com/fluent/fluent-bit-docs/pull/896/checks?check_run_id=8455377123
If not, essentially you just have to amend the commit with the "signed-off-by" info:
To add your Signed-off-by line to every commit in this branch:
1. Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally).
2. In your local branch, run: git rebase HEAD~1 --signoff
3. Force push your changes to overwrite the branch: git push --force-with-lease origin patch-1
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.