Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Add autolabeler config #1320

Merged
merged 1 commit into from
Nov 26, 2018
Merged

Add autolabeler config #1320

merged 1 commit into from
Nov 26, 2018

Conversation

LogvinovLeon
Copy link
Contributor

@LogvinovLeon LogvinovLeon commented Nov 26, 2018

Description

I've installed the autolabeler github app that automatically assignes github labels based on touched code. This PR configures it.
If you need to regenerate the list in future - I've used:

cd packages && grep -nr '"name": "' . | grep -v node_modules | grep -v lib | grep package.json | awk '{print $3}'

and a replacing regex: "@0x/(.*)" -> $1: ['packages/$1']

Testing instructions

Types of changes

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Prefix PR title with bracketed package name(s) corresponding to the changed package(s). For example: [sol-cov] Fixed bug.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

@LogvinovLeon LogvinovLeon merged commit dcf19e5 into development Nov 26, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 85.285% when pulling c5c852f on feature/autolabeler into 7b15217 on development.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants