mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
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:
19
.github/workflows/PR-CI.yml
vendored
19
.github/workflows/PR-CI.yml
vendored
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user