Skip to content

Commit a13607a

Browse files
committed
Merge branch 'master' into perf_changes
2 parents 46961d9 + 2f896b3 commit a13607a

File tree

410 files changed

+51881
-2163
lines changed

Some content is hidden

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

410 files changed

+51881
-2163
lines changed

.circleci/config.yml

Lines changed: 798 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* text=auto
2+
.licenses/** -diff linguist-generated=true
3+
4+
# don't diff machine generated files
5+
dist/index.js -diff
6+
package-lock.json -diff

.github/actions/assigner/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
node_modules/
3+
lib/
4+
!dist

.github/actions/assigner/action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Assigner'
2+
description: 'Automatically assign issues based on label to component owners for triaging'
3+
inputs:
4+
repo-token:
5+
description: 'GITHUB_TOKEN secret'
6+
config-path:
7+
description: 'Path to code-owners list'
8+
required: true
9+
10+
runs:
11+
using: 'node16'
12+
main: 'dist/index.js'

0 commit comments

Comments
 (0)