Skip to content

Conversation

C0ZEN
Copy link
Owner

@C0ZEN C0ZEN commented Jan 16, 2021

…e (actions#224)

  • docs(readme): add new options in the documentation

  • chore: update the action schema

  • chore: parse the new arguments

  • feat(stale-and-close): add new options to change the days before close

to avoid a breaking change and simplify the configuration the old options 'daysBeforeStale' and 'daysBeforePrClose' are kept and new options are available to override them with 'daysBeforeIssueStale', 'daysBeforePrStale', 'daysBeforeIssueClose' and 'daysBeforePrClose'

  • chore: rename the issue type enum to remove the enum suffix

  • chore: add missing dependency for eslint and typescript

also upgrade the parser

  • chore: fix an issue with the linter for the shadow rules

it was not configured properly for TypeScript

  • chore: use camelCase for constants

  • chore: use camelCase for enum members

  • chore: fix the tests

  • chore: enhance prettier to also lint other kind of files

it was configured to only work with ts and it was not working well to be honest
also now the lint scripts will also run prettier

#224)

* docs(readme): add new options in the documentation

* chore: update the action schema

* chore: parse the new arguments

* feat(stale-and-close): add new options to change the days before close

to avoid a breaking change and simplify the configuration the old options 'daysBeforeStale' and 'daysBeforePrClose' are kept and new options are available to override them with 'daysBeforeIssueStale', 'daysBeforePrStale', 'daysBeforeIssueClose' and 'daysBeforePrClose'

* chore: rename the issue type enum to remove the enum suffix

* chore: add missing dependency for eslint and typescript

also upgrade the parser

* chore: fix an issue with the linter for the shadow rules

it was not configured properly for TypeScript

* chore: use camelCase for constants

* chore: use camelCase for enum members

* chore: fix the tests

* chore: enhance prettier to also lint other kind of files

it was configured to only work with ts and it was not working well to be honest
also now the lint scripts will also run prettier
@C0ZEN C0ZEN self-assigned this Jan 16, 2021
@C0ZEN C0ZEN merged commit 9cf9bf2 into C0ZEN:main Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant