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

feat(rulesets): add support for PR labeled events #361

Merged
merged 9 commits into from
Apr 2, 2024

Commits on Mar 5, 2024

  1. Add support for PR label event

    1. Add new action to the Pull struct
    2. Update constants to reflect new event for the integer mask
    3. Update YAML package to add new label rule
    4. Update ruleset matching logic
    wsan3 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    59ed27f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    802d90f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    361dac1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    3727c03 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Add support for PR unlabeled event

    1. Add new action to the Pull struct
    2. Update constants to reflect new event for the integer mask
    3. Update YAML package to add new unlabeled rule
    4. Update tests
    wsan3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    84ad8bb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    396d35f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    2a2a76d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11442a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix linter warning

    wsan3 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7164ea7 View commit details
    Browse the repository at this point in the history