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(stale-and-close): add new options to change the days before clos… #3

Merged
merged 1 commit into from Jan 16, 2021

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
1 participant