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

Adds actual Stale Exempt #970

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Adds actual Stale Exempt #970

merged 1 commit into from
Jan 12, 2025

Conversation

dj-34
Copy link
Collaborator

@dj-34 dj-34 commented Jan 12, 2025

Добавил настоящий стейл экземпт в лейблы, ибо ред лейбл непонятный вырвиглаз

Summary by Sourcery

CI:

  • Add ":shield: Stale Exempt" to the exempt-pr-labels in the stale workflow.

Добавил настоящий стейл экземпт в лейблы, ибо ред лейбл непонятный вырвиглаз
Copy link

sourcery-ai bot commented Jan 12, 2025

Reviewer's Guide by Sourcery

This pull request adds a "Stale Exempt" label to the list of exempt PR labels in the stale.yml workflow file. This change ensures that pull requests with the "Stale Exempt" label will not be marked as stale.

Flow diagram for updated PR stale check process

flowchart TD
    A[PR Created] --> B{Has Label?}
    B -->|':shield: Stale Exempt'| C[Never Mark as Stale]
    B -->|'RED LABEL'| C
    B -->|'Good First PR'| C
    B -->|No exempt label| D{Is PR Stale?}
    D -->|Yes| E[Mark as Stale]
    D -->|No| F[Keep Active]
Loading

File-Level Changes

Change Details Files
Added the Stale Exempt label to the exempt-pr-labels field.
  • Added ':shield: Stale Exempt' to the 'exempt-pr-labels' field, which prevents PRs with this label from being marked as stale.
  • The existing 'RED LABEL' and 'Good First PR' labels are preserved in the 'exempt-pr-labels' field to maintain existing functionality.
.github/workflows/stale.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We've reviewed this pull request using the Sourcery rules engine.

@AyIong AyIong merged commit 7459339 into master Jan 12, 2025
24 of 25 checks passed
@dj-34 dj-34 deleted the add-stale-exempt-label branch January 12, 2025 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants