web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
642 stars 166 forks source link

Add automated checks to make our lives easier. #218

Closed iM-GeeKy closed 1 year ago

iM-GeeKy commented 1 year ago

Motivation

Alleviate some manual checks by letting automated jobs handle this for us. This pull request introduces three actions to do just that. They are as follows:

  1. Check Repro - The github action for checking if issue author presented the repro.
  2. Stale - Mark issues with no repro/response as stale.
  3. Triage - The GitHub action will comment on any issue when you add a label (currently needs more info and needs repro). This can be helpful to not have to write a descriptive message every time when asking for more details.
RichardLindhout commented 1 year ago

Great!