diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-09 19:02:25 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-09 19:02:25 +0800 |
commit | ea14913b412e78ff458bdfba47182f7363e776e5 (patch) | |
tree | 3ee220bfbbd9923b5e1adc36ee51f9b5d39ad640 /.github | |
parent | 5868c91cfb54cfa9177572b201d88d1168bf5b06 (diff) | |
parent | 5dd55491b86bf8577405e37d0f2d668aa1273b10 (diff) | |
download | dexon-sol-tools-ea14913b412e78ff458bdfba47182f7363e776e5.tar dexon-sol-tools-ea14913b412e78ff458bdfba47182f7363e776e5.tar.gz dexon-sol-tools-ea14913b412e78ff458bdfba47182f7363e776e5.tar.bz2 dexon-sol-tools-ea14913b412e78ff458bdfba47182f7363e776e5.tar.lz dexon-sol-tools-ea14913b412e78ff458bdfba47182f7363e776e5.tar.xz dexon-sol-tools-ea14913b412e78ff458bdfba47182f7363e776e5.tar.zst dexon-sol-tools-ea14913b412e78ff458bdfba47182f7363e776e5.zip |
Merge development
Diffstat (limited to '.github')
-rw-r--r-- | .github/autolabeler.yml | 39 | ||||
-rw-r--r-- | .github/stale.yml | 19 |
2 files changed, 58 insertions, 0 deletions
diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml new file mode 100644 index 000000000..8284293d5 --- /dev/null +++ b/.github/autolabeler.yml @@ -0,0 +1,39 @@ +python: ['python-packages'] +contracts: ['contracts'] +sol-doc: ['packages/sol-doc'] +sol-resolver: ['packages/sol-resolver'] +sra-spec: ['packages/sra-spec'] +subproviders: ['packages/subproviders'] +contract-addresses: ['packages/contract-addresses'] +migrations: ['packages/migrations'] +web3-wrapper: ['packages/web3-wrapper'] +sol-compiler: ['packages/sol-compiler'] +types: ['packages/types'] +instant: ['packages/instant'] +abi-gen-templates: ['packages/abi-gen-templates'] +abi-gen: ['packages/abi-gen'] +website: ['packages/website'] +sol-cov: ['packages/sol-cov'] +utils: ['packages/utils'] +tslint-config: ['packages/tslint-config'] +asset-buyer: ['packages/asset-buyer'] +order-watcher: ['packages/order-watcher'] +react-docs: ['packages/react-docs'] +order-utils: ['packages/order-utils'] +react-shared: ['packages/react-shared'] +assert: ['packages/assert'] +base-contract: ['packages/base-contract'] +typescript-typings: ['packages/typescript-typings'] +0x.js: ['packages/0x.js'] +abi-gen-wrappers: ['packages/abi-gen-wrappers'] +metacoin: ['packages/metacoin'] +contract-artifacts: ['packages/contract-artifacts'] +dev-utils: ['packages/dev-utils'] +contract-wrappers: ['packages/contract-wrappers'] +json-schemas: ['packages/json-schemas'] +ethereum-types: ['ethereum-types'] +connect: ['packages/connect'] +fill-scenarios: ['packages/fill-scenarios'] +dev-tools-pages: ['packages/dev-tools-pages'] +testnet-faucets: ['packages/testnet-faucets'] +monorepo-scripts: ['packages/monorepo-scripts'] diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..09eb40a77 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,19 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 30 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 30 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: stale +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: > + This issue has been automatically closed because no activity occured in 7 days after being marked as stale. If it's still relevant - feel free to reopen. Thank you + for your contributions. |