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

👷(gh): Add workflows to manage labels #2

Merged
merged 3 commits into from
Aug 4, 2024
Merged

Commits on Aug 4, 2024

  1. 👷(gh): Add workflows to manage labels

    Signed-off-by: Alexandre Nicolaie <xunleii@users.noreply.github.com>
    xunleii committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2b0fb23 View commit details
    Browse the repository at this point in the history
  2. 🔧(gh): Update & fix Trunk configuration

    I had some issues with trufflehog hanging forever, so I disable it.
    Also, I updated clippy/rustfmt to rust 1.80.0 which should work properly
    now.
    
    Signed-off-by: Alexandre Nicolaie <xunleii@users.noreply.github.com>
    xunleii committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3971b8f View commit details
    Browse the repository at this point in the history
  3. ⚡(gh): Avoid running all Rust tests on every merge_group

    Running all these tests cost me a lot. So I prefer to run them on when
    required.
    
    Signed-off-by: Alexandre Nicolaie <xunleii@users.noreply.github.com>
    xunleii committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    027c8e1 View commit details
    Browse the repository at this point in the history