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(logs): add a new log when an issue consumed at least one operation #386

Merged
merged 41 commits into from
May 3, 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

Commits on Jan 23, 2021

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

Commits on Feb 9, 2021

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

Commits on Feb 13, 2021

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

Commits on Feb 18, 2021

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

Commits on Mar 1, 2021

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

    feat(statistics): display some stats in the logs (actions#337)
    C0ZEN committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4b097b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. docs(only-labels): enhance the docs and fix duplicate (actions#341)

    * docs(only-labels): remove duplicated option and improve descriptions
    
    a bad rebase happend
    
    * docs(readme): use a multi-line array and remove the optional column
    
    the option column was not helpful since each value is optional
    the multi-line array will allow to have a better UI in small devices and basically in GitHub too due to the max-width
    
    * style(readme): break line for the statistics
    
    * docs(readme): add a better description for the ascending option
    
    * docs(action): add missing punctuation
    C0ZEN committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    5575ade View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @typescript-eslint/eslint-plugin (actions#342)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.2 to 4.16.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.16.1/packages/eslint-plugin)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and C0ZEN committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    b806328 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump @octokit/rest from 18.3.0 to 18.3.2 (actions#350)

    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.0 to 18.3.2.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.3.0...v18.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and C0ZEN committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    c6b2c30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a8ec1e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. test: add more coverage for the stale label behaviour (actions#352) (#15

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    C0ZEN and dependabot[bot] committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6c29691 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. test: add more coverage for the stale label behaviour (actions#352) (#17

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    C0ZEN and dependabot[bot] committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d485d43 View commit details
    Browse the repository at this point in the history
  2. test: add more coverage for the stale label behaviour (actions#352) (#18

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    C0ZEN and dependabot[bot] committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    25621f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    6257990 View commit details
    Browse the repository at this point in the history
  2. feat(logs): add a new log when an issue consumed at least one operation

    the log will be visible as the last row of the processing of the given issue
    closes actions#348
    C0ZEN committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c38af01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    173c540 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. chore(readme): improve the operations per run

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    C0ZEN and HonkingGoose committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    d0d072d View commit details
    Browse the repository at this point in the history
  2. chore(readme): improve the operations per run

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    C0ZEN and HonkingGoose committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6d7053e View commit details
    Browse the repository at this point in the history
  3. chore(readme): improve the operations per run

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    C0ZEN and HonkingGoose committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    4236350 View commit details
    Browse the repository at this point in the history
  4. chore(readme): improve the operations per run

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    C0ZEN and HonkingGoose committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e7b8a38 View commit details
    Browse the repository at this point in the history
  5. chore(readme): improve the operations per run

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    C0ZEN and HonkingGoose committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    304e352 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. chore(readme): improve the operations per run

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    C0ZEN and HonkingGoose committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    c78dbd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

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

Commits on Apr 28, 2021

  1. Typo in how to perform check for specific labels (actions#357)

    Not tests but feels like a typo.
    
    Or if we keep the title it `exempt` feels more approriate:
    
              exempt-issue-labels: 'roadmap'
              exempt-pr-labels: 'roadmap'
    romainr authored and C0ZEN committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    ee8f729 View commit details
    Browse the repository at this point in the history
  2. feat(any-of-labels): add 2 new options to customize for issues/PRs (a…

    …ctions#380)
    
    * docs(only-labels): enhance the docs and fix duplicate (actions#341)
    
    * docs(only-labels): remove duplicated option and improve descriptions
    
    a bad rebase happend
    
    * docs(readme): use a multi-line array and remove the optional column
    
    the option column was not helpful since each value is optional
    the multi-line array will allow to have a better UI in small devices and basically in GitHub too due to the max-width
    
    * style(readme): break line for the statistics
    
    * docs(readme): add a better description for the ascending option
    
    * docs(action): add missing punctuation
    
    * build(deps-dev): bump @typescript-eslint/eslint-plugin (actions#342)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.2 to 4.16.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.16.1/packages/eslint-plugin)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump @octokit/rest from 18.3.0 to 18.3.2 (actions#350)
    
    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.0 to 18.3.2.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.3.0...v18.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * test: add more coverage for the stale label behaviour (actions#352) (#15)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * test: add more coverage for the stale label behaviour (actions#352) (#17)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * test: add more coverage for the stale label behaviour (actions#352) (#18)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * feat(any-of-labels): add 2 new options to customize for issues/PRs
    
    closes actions#371
    change this option and only-labels to have tree-logs
    
    * chore(index): update it
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    C0ZEN and dependabot[bot] committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    94499a2 View commit details
    Browse the repository at this point in the history
  3. feat(logs): enhance the logs for assignees and milestones (actions#382)

    * docs(only-labels): enhance the docs and fix duplicate (actions#341)
    
    * docs(only-labels): remove duplicated option and improve descriptions
    
    a bad rebase happend
    
    * docs(readme): use a multi-line array and remove the optional column
    
    the option column was not helpful since each value is optional
    the multi-line array will allow to have a better UI in small devices and basically in GitHub too due to the max-width
    
    * style(readme): break line for the statistics
    
    * docs(readme): add a better description for the ascending option
    
    * docs(action): add missing punctuation
    
    * build(deps-dev): bump @typescript-eslint/eslint-plugin (actions#342)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.2 to 4.16.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.16.1/packages/eslint-plugin)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump @octokit/rest from 18.3.0 to 18.3.2 (actions#350)
    
    Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.0 to 18.3.2.
    - [Release notes](https://github.com/octokit/rest.js/releases)
    - [Commits](octokit/rest.js@v18.3.0...v18.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * test: add more coverage for the stale label behaviour (actions#352) (#15)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * test: add more coverage for the stale label behaviour (actions#352) (#17)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * test: add more coverage for the stale label behaviour (actions#352) (#18)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * feat(logs): enhance the logs for assignees and milestones
    
    closes actions#381
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    C0ZEN and dependabot[bot] committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    8d43c50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8025ac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72abf2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2570e86 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    ee986e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385b1d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    783c103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fae5fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cf12ba View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

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