Bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.8.0 (#61)

* Bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.8.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.8.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix github token in automerge

* Remove automerge

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hammad Jutt <jutt@ualberta.ca>
This commit is contained in:
dependabot[bot]
2020-08-05 17:06:05 -06:00
committed by GitHub
parent fc9762d02c
commit 22b6124058
3 changed files with 7 additions and 26 deletions

View File

@@ -47,22 +47,3 @@ jobs:
run: yarn test --ci --coverage
env:
CI: true
automerge:
needs: [test]
runs-on: ubuntu-latest
if: |
github.actor == 'dependabot[bot]' &&
github.event_name == 'pull_request' &&
startsWith(github.event.pull_request.title, 'Bump')
steps:
- name: '@dependabot merge'
uses: actions/github-script@v2
with:
github-token: ${{secrets.GH_TOKEN}}
script: |
await github.issues.createComment({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
issue_number: context.payload.pull_request.number,
body: '@dependabot merge'
})