convert approve-bot to local action (#6103)

* convert approve-bot to local action

* configure dependabot to update packages

* run eslint on files in .github

* resolve eslint/lgtm errors
This commit is contained in:
chris48s
2021-01-31 14:01:15 +00:00
committed by GitHub
parent 017b8b977b
commit aff7864d06
8 changed files with 520 additions and 1 deletions

View File

@@ -5,6 +5,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: chris48s/approve-bot@2.0.3
- name: Checkout
uses: actions/checkout@v2
- name: Install action dependencies
run: cd .github/actions/approve-bot && npm ci
- uses: ./.github/actions/approve-bot
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'