fluent-bit-docs icon indicating copy to clipboard operation
fluent-bit-docs copied to clipboard

Bump dependency inside local-pipeline

Open petemounce opened this issue 3 years ago • 5 comments

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.

petemounce avatar Sep 20 '22 16:09 petemounce

Hi @petemounce, thanks for your contribution. Please refer to our contributing guidelines and resubmit your PR. In particular check the submitting contributions section.

lecaros avatar Sep 26 '22 20:09 lecaros

@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 avatar Sep 26 '22 20:09 petemounce

@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

patrick-stephens avatar Oct 17 '22 12:10 patrick-stephens

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.

github-actions[bot] avatar Jan 16 '23 02:01 github-actions[bot]