Skip to content

Commit bc77b6e

Browse files
authoredOct 11, 2021
Merge pull request #701 from bemusic/release-train/proposed
2 parents af7eecf + 87e2e0e commit bc77b6e

File tree

239 files changed

+2306
-1756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+2306
-1756
lines changed
 

‎.eslintrc.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ rules:
4040
import/no-unresolved: off
4141
import/export: off
4242
import/named: off
43+
no-use-before-define: off
44+
import/no-webpack-loader-syntax: off
4345
overrides:
4446
- files:
4547
- '**/*.ts'
4648
- '**/*.tsx'
4749
rules:
4850
no-undef: off
4951
no-unused-vars: off
50-
no-use-before-define: off
52+
no-redeclare: off
5153
no-useless-constructor: off

‎.github/workflows/todo.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
name: Collect TODO
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@master
12-
- name: Set GitHub auth
13-
run: |
14-
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
15-
- name: Collect TODO
16-
uses: dtinth/todo-actions@master
17-
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
TODO_ACTIONS_MONGO_URL: ${{ secrets.TODO_ACTIONS_MONGO_URL }}
11+
- uses: actions/checkout@master
12+
- name: Set GitHub auth
13+
run: |
14+
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
15+
- name: Collect TODO
16+
uses: dtinth/todo-actions@master
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
TODO_ACTIONS_MONGO_URL: ${{ secrets.TODO_ACTIONS_MONGO_URL }}

0 commit comments

Comments
 (0)
Please sign in to comment.