Skip to content
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

Add automatic labeler for PRs #96

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Add automatic labeler for PRs #96

merged 2 commits into from
Mar 7, 2024

Conversation

Nashtare
Copy link
Collaborator

@Nashtare Nashtare commented Mar 7, 2024

Basic layout of an automatic labeler. Could be extended in the future.
For now, it will automatically label the crates touched, or add specs if the docs are being updated.

Note that we don't have to create any label beforehand, if it doesn't exist, the labeler will create it on the first occurence.

@Nashtare Nashtare self-assigned this Mar 7, 2024
@Nashtare Nashtare requested a review from muursh as a code owner March 7, 2024 01:57
Copy link
Contributor

@muursh muursh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@Nashtare Nashtare merged commit 68f741a into main Mar 7, 2024
5 checks passed
@Nashtare Nashtare deleted the labeler-ci branch March 7, 2024 06:30
BGluth pushed a commit that referenced this pull request Jun 17, 2024
* feat: add block interval

* fix: follow from loop

* feat: add block hash parsing for interval

* fix: proving logic

* fix: typos

* fix: review

* fix: doc tests

* feat: add block time cli argument

* fix: interval display

* feat: add from string for block interval

* fix: remove block interval single variant

* feat: implement concurrent block proving #88 #89 (#96)

* feat: implement concurrent block proving #88 #89

* Update prover/src/lib.rs

Co-authored-by: 0xaatif <169152398+0xaatif@users.noreply.github.com>

* fix suggestion

* Fix duplicated import when #[cfg(feature = "test_only")]

---------

Co-authored-by: 0xaatif <169152398+0xaatif@users.noreply.github.com>
Co-authored-by: Marko Atanasievski <markoatana@gmail.com>

* fix: block interval fmt

* fix: make parsing functions private

* fix: use futures iterator instead of tokio-stream

* fix: use anyhow error instead of block interval error

---------

Co-authored-by: Zach Brown <zach@zb.dev>
Co-authored-by: 0xaatif <169152398+0xaatif@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants