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: allow conditional skip on success and fail comments #874

Merged
merged 79 commits into from
Sep 2, 2024

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    304d023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120d391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec8f4d6 View commit details
    Browse the repository at this point in the history
  4. fix(build): lint

    babblebey committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    508e066 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    f319896 View commit details
    Browse the repository at this point in the history
  2. test: add fail case for `Does not post comments on existing issues …

    …when "failCommentCondition" is "false"`
    babblebey committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5983b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da630b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    8231ec0 View commit details
    Browse the repository at this point in the history
  2. fix(build): lint

    babblebey committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f516292 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. test(fail): add case for `Post new issue if none exists yet, but don'…

    …t comment on existing issues when "failCommentCondition" is disallows it`
    babblebey committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    460d475 View commit details
    Browse the repository at this point in the history
  2. test(success): add case `Does not comment on issues/PR if "successCom…

    …mentCondition" is "false"`
    babblebey committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7d2b4de View commit details
    Browse the repository at this point in the history
  3. Update test/fail.test.js

    Co-authored-by: Jonas Schubert <jonas.schubert.projects@web.de>
    babblebey and JonasSchubert committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e55733b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. test(success): add case for `Add comment and label to found issues/as…

    …sociatedPR using the "successCommentCondition"`
    babblebey committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2156d92 View commit details
    Browse the repository at this point in the history
  2. nits

    babblebey committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6f46d09 View commit details
    Browse the repository at this point in the history
  3. test(success): add case for `Does not comment/label found associatedP…

    …R when "successCommentCondition" disables it`
    babblebey committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e32cc69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30b6f38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d9e5d5 View commit details
    Browse the repository at this point in the history
  6. test(success): improve case `Does not comment/label found associatedP…

    …R when "successCommentCondition" disables it`
    babblebey committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    81c9ff0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a82c2b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Update lib/success.js

    Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
    babblebey and gr2m committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    219386c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ae9a9 View commit details
    Browse the repository at this point in the history
  3. refactor: modify failTitle, failComment and successComment fals…

    …e deprecation message
    babblebey committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1cbf8c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d3014b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Update README.md

    Co-authored-by: Jonas Schubert <jonas.schubert.projects@web.de>
    babblebey and JonasSchubert committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ad0a03f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1faae48 View commit details
    Browse the repository at this point in the history
  3. build: fix lint

    babblebey committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    924ca55 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 30, 2024

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

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    7328c8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc61eb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. feat: add buildAssociatedPRs to create pr object in form of issue o…

    …bject with pull_request property
    babblebey committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9591bd0 View commit details
    Browse the repository at this point in the history
  2. doc: update README.md

    babblebey committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1cbb41a View commit details
    Browse the repository at this point in the history
  3. build: fix lint

    babblebey committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8cfa350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ee6c24 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. feat: request more field for associatedPRs via graphql and improve …

    …`buildAssociatedPRs` response object with
    babblebey committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f250e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a73d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b689fe View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    a9af537 View commit details
    Browse the repository at this point in the history
  2. build: fix lint

    babblebey committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    627b0d8 View commit details
    Browse the repository at this point in the history
  3. build: fix failing tests

    babblebey committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    863b4a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d826fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    990ed77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e19862 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a052c49 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    260bdd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54dd036 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6c8442 View commit details
    Browse the repository at this point in the history
  4. refactor: introduce parsedIssues as returned value from `prs**.body…

    …` and `commits**.message`
    babblebey committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e0e7ff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c068bb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63a4bc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    229d4a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43ca24f View commit details
    Browse the repository at this point in the history
  9. refactor: transform buildAssociatedPRs to `buildIssuesOrPRsFromResp…

    …onseNode` with ability to build both `PRs` and `Issues` object
    babblebey committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c4c561d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    88a7118 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1bc293c View commit details
    Browse the repository at this point in the history
  12. feat: implement improved chunk operation helper inChunks and integr…

    …ate in pr and issues fetch
    babblebey committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e95a700 View commit details
    Browse the repository at this point in the history
  13. build: fix lints

    babblebey committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2572def View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    201a1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d41a1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6473eb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    e29b312 View commit details
    Browse the repository at this point in the history
  2. feat: address edge cases

    babblebey committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    474a28a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd0128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef47af View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    34795a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee3679 View commit details
    Browse the repository at this point in the history
  3. build: lint

    babblebey committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f617843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e336619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15c3089 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    f91e8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff17066 View commit details
    Browse the repository at this point in the history
  3. test: improve case `'Does not comment/label associatedPR and relatedI…

    …ssues created by "Bots"'`
    babblebey committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    601303d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    367047d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d3cd0f View commit details
    Browse the repository at this point in the history