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(exempt): add new options to exempt the milestones #279

Merged
merged 13 commits into from Jan 19, 2021

Commits on Nov 22, 2020

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

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    c913fa4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from actions/main

    feat(stale-and-close): add new options to change the days before clos…
    C0ZEN committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    9cf9bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f11f623 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Merge pull request #5 from actions/main

    Remove the stale label when labeled with an exempt one  (actions#268)
    C0ZEN committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    0f1457a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    fef6333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96cebd2 View commit details
    Browse the repository at this point in the history
  3. test(milestones): add coverage

    C0ZEN committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    b1c3ecf View commit details
    Browse the repository at this point in the history
  4. test(issue): add coverage

    C0ZEN committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2685c48 View commit details
    Browse the repository at this point in the history
  5. chore(rebase): fix all errors due to the rebase

    also made some changes regarding the change I made with the lint scripts and prettier. I did not saw that some scripts were already here and I created to more to keep the old ones as well
    C0ZEN committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    d7fd025 View commit details
    Browse the repository at this point in the history
  6. test(milestone): add coverage

    C0ZEN committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    029c766 View commit details
    Browse the repository at this point in the history
  7. chore(index): update index

    C0ZEN committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    95b106a View commit details
    Browse the repository at this point in the history
  8. fix(checks): remove checks over optional number options

    the code was actually handling the case where the values are NaN so it's fine
    C0ZEN committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    f79b4db View commit details
    Browse the repository at this point in the history