164 Commits

Author SHA1 Message Date
Gaëtan Maisse
582e70af52
feat: add a script to generate and push repros every night 2021-08-24 10:13:56 +02:00
Yann Braga
149bb74288
Add checkboxes to pull request template 2021-08-09 17:29:15 +02:00
Oscar Dominguez
f7d34723b8 ci(workflow): moved up acions/checkout step in 'test-unit.yml' 2021-07-08 18:35:14 +02:00
Oscar Dominguez
f37c15c8de ci(workflow): bump setup-node to v2 in 'tests-unit.yml' 2021-07-08 18:33:34 +02:00
Oscar Dominguez
40c5f66953
ci(workflow): remove previous cache step 2021-07-05 13:29:11 +02:00
Oscar Dominguez
4fc9204e7a
fix(workflow): this workflow uses yarn cache 2021-07-05 13:27:25 +02:00
Oscar Dominguez
0b3ddb6f92 ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows 2021-07-05 01:25:40 +02:00
Michael Shilman
6a46970d9c Delete CODEOWNERS 2021-06-04 13:11:51 +08:00
Michael Shilman
4a10a83b6b
Update .github/ISSUE_TEMPLATE/bug_report.md 2021-06-01 11:46:00 +08:00
jonniebigodes
b66d8979cc minor polish to the bug report issue template 2021-05-31 19:59:47 +01:00
Michael Shilman
34edf50758
Update config.yml 2021-05-16 23:02:08 +08:00
Michael Shilman
e27539c933 Use github discussions for questions 2021-05-13 13:14:28 +08:00
Michael Shilman
6d6f27e0c4 Tighten feature request template 2021-05-13 13:10:56 +08:00
Michael Shilman
8184780377 Direct users to use sb repro for their bug reports 2021-05-13 13:10:39 +08:00
Michael Shilman
45fbc7e208 Fix renovate config 2021-05-09 16:50:57 +08:00
Michael Shilman
e79f12f59e
Merge pull request #14543 from storybookjs/dx-improve-issue-templates
Maintenance: Improve issue templates
2021-04-17 00:17:17 +08:00
Gaëtan Maisse
bfc1912a81
ci: merge multiple GitHub Actions related to DangerJS into one
Also, fix the behavior and trigger a new run each time a label is set/unset on a PR.
2021-04-13 22:14:56 +02:00
Norbert de Langen
953eab7100
Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Yann Braga <yannbf@gmail.com>
2021-04-12 12:29:00 +02:00
Michael Shilman
f29ca562ad Maintenance: Improve issue templates 2021-04-10 16:22:48 +08:00
Gaëtan Maisse
e720481924
ci: use Node 12 in CI as latest version of Yarn introduced in dae3631a needs Node >=12 2021-04-07 18:30:50 +02:00
Gaëtan Maisse
98fa420bef
chore: move to Yarn 2 🧶 2021-04-07 18:25:38 +02:00
Michael Shilman
3f279fd403 Maintenance: Remove automention 2021-04-01 12:36:48 +08:00
Gaëtan Maisse
4e90dffc5a
chore: rework test NPM script (--core option has been removed)
Previously the unit tests were run with a custom script `scripts/test.js`.
This script was a kind of wrapper around Jest, handling just a few options (skipping all the unknown ones) and spawning Jest programmatically.
To simplify this process:
 - I extracted the only non-classic case in its own NPM script: `yarn test-puppeteer`
 - Just call Jest directly when running `yarn test` so all the options are forwarded properly to Jest.

⚠️ `yarn test --core` doesn't work anymore as `--core` isn't a Jest option, it is now simply `yarn test`.
📝 To run the tests of a single workspace just use `--projects`, for instance: `yarn test --projects examples/angular-cli`
2021-02-11 08:33:59 +01:00
Michael Shilman
e1f73e0f8e Update to danger-js@main 2021-02-10 15:49:04 +08:00
Michael Shilman
933ea9c176 Upgrade to danger-js@main 2021-02-10 15:32:20 +08:00
Blaine Bublitz
e2c4060771 CI: Upgrade cache GH Action & remove fallback caches 2021-01-27 16:26:05 -07:00
Blaine Bublitz
10212ad184 Cleanup: Remove some references to dependency:update label 2021-01-14 18:42:59 -07:00
Blaine Bublitz
fd67faedcb chore: Configure Renovate
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2021-01-13 17:50:13 -07:00
Gaëtan Maisse
c6997f3050
ci: update PR label used to run the e2e extended test suite 2020-12-08 20:32:06 +01:00
Gaëtan Maisse
81ba6da95c
ci: update tokens used in CircleCI Workflow and GH Actions
These tokens have been generated with storybook-bot GH user.
2020-12-08 20:32:05 +01:00
Gaëtan Maisse
3d7a024b3c
test: execute CLI tests like all other Jest tests
As CLI tests based on fixtures have been deleted, and the remaining tests are now using Jest we can run them as part of the classic `yarn test --core` command.

I also removed the dedicated GitHub Actions.
2020-12-08 19:26:02 +01:00
Gaëtan Maisse
e21d30e69d
ci: revert 113fe3687ff1af859fac0f8c23c33febd61b577e as PR from forks can not add to comment to the PR. 2020-12-08 19:26:01 +01:00
Gaëtan Maisse
4102c3d210
ci: add a PR comment if labeled PR is coming from a fork
We can't trigger CircleCI workflow automatically in this case as secret are not available in PR from forks.
2020-12-08 19:26:01 +01:00
Gaëtan Maisse
25ca1a7fbf
ci: improve GH Actions use to trigger workflow 2020-12-08 19:26:01 +01:00
Gaëtan Maisse
e3e4e485b1
ci: use a GH Actions to trigger CircleCI workflow when a PR is labelled with run all e2e tests 2020-12-08 19:26:00 +01:00
Josh Soref
d0c7e8126d
Update PULL_REQUEST_TEMPLATE.md 2020-09-25 09:53:45 -04:00
Josh Soref
3713fee4e2
Update feature_request.md 2020-09-25 09:52:17 -04:00
Josh Soref
a181f376e0
Update bug_report.md 2020-09-25 09:51:12 -04:00
Michael Shilman
b4da418d53 Update automention.yml 2020-09-24 15:31:53 +08:00
Michael Shilman
d486297ef8 Update automention.yml 2020-08-27 00:39:55 +08:00
Gaëtan Maisse
48a5585df5
ci: remove job running old CLI tests with Yarn 2 from GH workflows
Yarn 2 support is tested in a better way with E2E tests (example-v2) that are ran on CircleCI after every push.
2020-08-23 18:52:21 +02:00
Michael Shilman
aced31dbbe Update automention.yml 2020-08-23 05:33:48 +08:00
Michael Shilman
2a882d3329 Update ember squad 2020-08-16 21:23:00 +08:00
Michael Shilman
f75e67ada0 Update bug_report.md 2020-08-12 11:29:58 +08:00
Michael Shilman
8d5ae84d69 Add jonniebigodes to documentation automention 2020-08-12 00:45:40 +08:00
Norbert de Langen
3d8434aac4
increase the filewatch limit on github action 2020-06-26 13:55:47 +02:00
Norbert de Langen
e0fc6ea33f
REMOVE gh action test for latest cra (it's already ran on CircleCI) 2020-06-26 11:27:00 +02:00
Cameron Stitt
60db352fc0
Remove cam-stitt from svelte automention. 2020-04-21 11:59:53 +10:00
Norbert de Langen
2ce9723ed1
REMOVE addon-centered examples 2020-04-03 13:14:17 +02:00
Norbert de Langen
6819782236
RENEW cache in gh-actions 2020-03-30 17:49:11 +02:00