-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rust-libp2p): update required jobs #198
Conversation
Before merge, verify that all the following plans are correct. They will be applied as-is after the merge. Terraform planslibp2p
|
github/libp2p.yml
Outdated
files: | ||
.github/pull_request_template.md: | ||
content: .github/js_pull_request_template.md | ||
.github/workflows/semantic-pull-request.yml: | ||
content: .github/workflows/semantic-pull-request.yml | ||
.github/workflows/stale.yml: | ||
content: .github/workflows/stale.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this is doing in my PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@achingbrain @galargh do you why automation pushed these changes to an unrelated pull request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The automation runs https://github.com/libp2p/github-mgmt/blob/master/scripts/src/actions/fix-yaml-config.ts after every push to the default branch and on every PR.
The reason why unrelated changes were pushed to the PR was that #197 has not been merged. The timeline would be, 1. the sync workflow discovers divergence between what's in this repo and the actual GitHub state, 2. the repo gets updated, 3. the PR with fixes is created but not merged, 4. this PR is created, 5. the fixes are also proposed in this PR because the PR with fixes was not merged yet.
Another thing to note is that once a fix PR is merged, then all the existing PRs are rebased which would have got rid of the unrelated changes.
It is a bit clunky at the moment. I'd like to package the workflows that do the actual work in this repo into nice reusable actions so it'd be easier for users to reason about and customise what happens when. There's no timeline for that work though.
Another issue, the commits with fixes are associated with PR owner at the moment which shouldn't be the case as they are bot commits. I created an issue for that here - ipdxco/github-as-code#110
@thomaseizinger do I understand correctly, that you want this merged? (libp2p/rust-libp2p#4880 (comment)) If so, can you confirm and set it to "Ready for review"? |
lgtm @thomaseizinger |
Thanks! The merge queue on rust-libp2p is currently stuck so please don't merge this yet. I'll ping again when it is ready. |
Closing since it's been stale for a while. Please reopen if it's still needed. |
Summary
Companion PR for libp2p/rust-libp2p#4880.
Why do you need this?
What else do we need to know?
DRI: myself
Reviewer's Checklist