Commit Graph

12 Commits

Author SHA1 Message Date
Alexander Marks
d130b7660b Allow bump MDC deps action to trigger tests (#720)
I signed into the tedium-bot (Polymer automation account) GitHub page, created a Personal access token, and added it to this repo's secrets as TEDIUM_BOT_GITHUB_ACCESS_TOKEN.

By using this token instead of the automatically populated GITHUB_TOKEN token, subsequent GitHub Actions will be allowed to run on the PR we create (i.e. tests).
2019-12-19 17:05:35 -08:00
Alexander Marks
d3858a9246
Don't try to run Sauce on PRs from forks. (#684) 2019-12-04 14:03:13 -08:00
Alexander Marks
21c1fb251f
Migrate fully from Travis to GitHub Actions (#653)
* Migrate fully from Travis to GitHub Actions

* Double the idle timeout for sauce
2019-11-22 18:26:54 -08:00
Alexander Marks
2296869c9f
Only unit-test PRs, and add jobs that always pass + fail to test Copybara (#651) 2019-11-21 15:18:34 -08:00
Alexander Marks
09ba7935de Use Node 12 and run Chrome/Firefox concurrently 2019-11-18 17:34:26 -08:00
Alexander Marks
f6f3b111ff Add GitHub Action to run MWC unit tests
For now only runs Chrome headless and Firefox headless. In a follow up,
we can add Sauce integration.
2019-11-18 17:29:44 -08:00
Elliott Marquez
b68396f8ea
auto format suffix -> branch-suffix 2019-11-14 18:55:17 -08:00
Elliott Marquez
540f54a247
Use new syntax for create pr GH Action (#638) 2019-11-14 18:52:20 -08:00
Elliott Marquez
d155df9280
Create Auto Format Action (#636)
Github Action!!!
2019-11-14 18:45:59 -08:00
Alexander Marks
139f33e9fa
Automate bumping MDC deps using GitHub Actions (#566)
This adds a GitHub action called bump-mdc-deps that automatically runs
the script that pins our MDC Web deps to the latest canary version, and
sends us a PR if it has changed.
2019-10-17 11:47:43 -07:00
Daniel Freedman
4113c0fe4c
Fix formatting for checklist in issue template 2019-08-19 10:41:25 -07:00
Romulo Cintra
7c943b47fe Feature/issues template (#20)
* add ISSUE_TEMPLATE
2019-08-17 08:52:37 -07:00