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

ci(stale): create stale.yml workflow #7053

Merged
merged 15 commits into from Sep 13, 2022

Commits on Sep 2, 2022

  1. ci(stale): create stale.yml workflow

    - Treat issues and PRs separately
    - At the end, generate a cross-linked summary with all processed issues/PRs
    davorpa committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    7a60136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1382024 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. chore: cron every 6 hours o'clock...

    at 0:00am 6:00am 12:00pm 18:00pm
    davorpa committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    25af807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8487e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    d188dfc View commit details
    Browse the repository at this point in the history
  2. format: remove the superfluous newlines

    Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
    davorpa and LuigiImVector committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2ac9d4c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    db00b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ee407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be7bb47 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    dc44e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bcc2f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6cfab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. chore: cron back again every 6 hours o'clock...

    Reverts commit dc44e45
    davorpa committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0cc90eb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. chore: refactor workflow to have only one job but one step for issues…

    … and other for PRs
    
    New features:
    - run on push over this workflow
    - run manually have debug option to make a dry-run execution
    - run scheduled is every 6 hours at o'clock
    - Summary report is in table format instead of list items
    davorpa committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    26ea5aa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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