migrate eslint config to typescript-eslint config #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automatic pull request review | |
on: [pull_request] | |
jobs: | |
automate-pullrequest-review: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Approve pull request | |
if: github.actor == 'dependabot[bot]' | |
uses: andrewmusgrave/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
event: APPROVE | |
body: 'Thank you dependabot 🎊' |