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: Add delete-branch option to delete PR branches after closing (#190) #2

Merged
merged 14 commits into from
Jan 16, 2021

Commits on Jan 15, 2021

  1. feat: Add delete-branch option to delete PR branches after closing (#…

    …190)
    
    * feat: Add `delete-branch` option to delete PR branches after closing
    
    * Fix branch ref
    alexbrazier committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    107018c View commit details
    Browse the repository at this point in the history
  2. fix(remove-label): do not encode the label to make sure to remove it (#…

    …220)
    
    * test: add two more tests relating the label syntax issues
    
    both are failing
    
    * chore: add more logs and fix the tests on error
    
    meaning that I did not find a reproduction...
    
    * chore: minor improvements with the types and logs
    
    * fix(remove-label): do not encode the label to make sure to remove it
    
    could lead to an issue since based on the comment it was here on purpose
    C0ZEN committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ddc7648 View commit details
    Browse the repository at this point in the history
  3. Provide the GitHub token by default (#253)

    * Provide the GitHub token by default
    
    Signed-off-by: Sora Morimoto <sora@morimoto.io>
    
    * npm run build
    
    Signed-off-by: Sora Morimoto <sora@morimoto.io>
    smorimoto committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    39de730 View commit details
    Browse the repository at this point in the history
  4. Clarify significance of the exempt-* config knobs (#260)

    This action doesn't apply exempt labels, it reads them.
    chadwhitacre committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    44c3cb5 View commit details
    Browse the repository at this point in the history
  5. Bump jest-circus from 26.4.2 to 26.6.3 (#229)

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.4.2 to 26.6.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v26.6.3/packages/jest-circus)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    aca4d26 View commit details
    Browse the repository at this point in the history
  6. Bump prettier from 2.1.1 to 2.2.1 (#232)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.2.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/prettier@2.1.1...2.2.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    b70b09d View commit details
    Browse the repository at this point in the history
  7. Bump eslint from 7.7.0 to 7.17.0 (#261)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.17.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.7.0...v7.17.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    0f78ebc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0b4b61 View commit details
    Browse the repository at this point in the history
  9. Bump typescript from 4.0.2 to 4.1.3 (#255)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.1.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    73dbf86 View commit details
    Browse the repository at this point in the history
  10. Bump @vercel/ncc from 0.24.0 to 0.27.0 (#265)

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.24.0 to 0.27.0.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.24.0...0.27.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6674e91 View commit details
    Browse the repository at this point in the history
  11. Remove an unnecessary step from codeql.yml (#254)

    Signed-off-by: Sora Morimoto <sora@morimoto.io>
    smorimoto committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    b5b956d View commit details
    Browse the repository at this point in the history
  12. Fix failing tests (#266)

    hross committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    546a4e9 View commit details
    Browse the repository at this point in the history
  13. Update stale.yml

    hross committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    7de5f19 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b12dccc View commit details
    Browse the repository at this point in the history