tedium icon indicating copy to clipboard operation
tedium copied to clipboard

A bot for doing mass changes to github repos for the Polymer team

Results 14 tedium issues
Sort by recently updated
recently updated
newest added

https://github.com/Polymer/tools/tree/master/packages/workspaces should work for this and remove the nodegit dependency

The Travis pass currently adds linting to the script (https://github.com/PolymerLabs/tedium/blob/3684899d7ca344e84f4a1d7098ad794b36fe6ae4/cleanup-passes/travis.ts#L78-L83), however this will fail if `polymer.json` does not exist in the repository (which is the case for almost all elements)....

The Travis pass overrides the `install` script (https://github.com/PolymerLabs/tedium/blob/3684899d7ca344e84f4a1d7098ad794b36fe6ae4/cleanup-passes/travis.ts#L71-L76), but the `TypeScript` pass actually introduces `npm` dependencies to be able to generate the TypeScript definitions. To this end, when you run...

At first I thought I should always use `--maxChanges` to actually push the updates to the repository. Later, I discovered I can just run it without and manually push from...

It would be nicer to have a descriptive error message for this. At first, I was searching for this file in the repository I was modifying, but instead it was...

In a similar fashion to #67, the option `prAssignee` is ignored when creating the pull request.

Whenever I run the file with `--prBranchName gen-typescript-declarations`, it will still create the branch named `auto-cleanup` and simply ignore the input value. Note that any change in capitalization or the...

This ticket was first created by me in the https://github.com/PolymerElements/app-layout/issues/293 and @abdonrd kindly ask me if I can created it in tedium as well, which seems to be a good...

Now that we have templates, better to not to copy the whole file. Would it be possible to add a blurb at the bottom of each autogenerated README with something...

They're all currently saying something along the lines of "This element is compatible with Polymer 0.5 and lower only, and will be deprecated. You can check out a similar 0.8-compatible...