Ron Rennick
bcebdad06d
remove the stale label when feedback is provided ( #29829 )
2021-05-10 15:08:46 +02:00
Vedanshu Jain
09798c081c
Merge pull request #29699 from woocommerce/add/github-action-to-auto-assign-milestone
...
Add a GitHub action for automatic assignment of a milestone to merged PRs
2021-04-19 18:25:30 +05:30
Néstor Soriano
3ada9fc562
Change GH API query for milestones to get only the open ones.
...
Co-authored-by: Vedanshu Jain <vedanshu.jain.2012@gmail.com>
2021-04-19 14:46:45 +02:00
Néstor Soriano
5da39b4ff0
Enclose action step name in double quotes for consistency.
...
Co-authored-by: Leif Singer <git@singer.sh>
2021-04-16 15:48:38 +02:00
Nestor Soriano
b09ddd7984
Add a GitHub action to manually trigger the generation of a release zip file
2021-04-16 13:06:49 +02:00
Nestor Soriano
a0c965964b
Add a GitHub action for automatic assignment of milestone to merged PRs
...
The milestone is chosen as follows:
1. List all the open milestones with a title of "X.Y.Z"
2. Sort them desc using verson_compare
3. foreach them in order, and take the last one not having a
corresponding release branch ("release/X.Y")
2021-04-15 17:16:00 +02:00
Greg
b19500728b
Merge pull request #29653 from woocommerce/fix/28485
...
Enable smoke test
2021-04-14 16:09:26 -06:00
Ron Rennick
07f72c80b4
fix spacing
...
Co-authored-by: Greg <71906536+zhongruige@users.noreply.github.com>
2021-04-13 08:25:22 -03:00
Ron Rennick
a88bc666de
enable smoke test
2021-04-12 13:32:38 -03:00
Ron Rennick
cea88305a7
enable stalebot
2021-04-12 10:55:30 -03:00
Ron Rennick
af698acc8e
Merge pull request #29509 from woocommerce/add/feedback-label-action
...
add contributor feedback label action
2021-04-07 22:55:20 -03:00
Ron Rennick
1affe03ac6
add conditions for github actions and open issues
2021-04-07 17:25:26 -03:00
Greg
6d02a3d375
Merge pull request #29600 from woocommerce/fix/smoke-test-schedule
...
Fix tranposed cron schedule
2021-04-06 07:59:41 -06:00
Ron Rennick
1f919d3681
fix tranposed cron schedule
2021-04-06 08:18:45 -03:00
Ron Rennick
6f80b55617
fix transposed cron schedule, change process order
2021-04-05 18:16:12 -03:00
Greg
5aeafe56eb
Merge pull request #29571 from woocommerce/add/smoke-test-daily
...
add smoke test daily log in
2021-04-05 13:32:22 -06:00
Ron Rennick
9355c92231
add smoke test daily log in
2021-04-01 21:55:38 -03:00
Ron Rennick
3096014057
fix typo in stalebot parameter name
2021-04-01 14:54:59 -03:00
Ron Rennick
85893dd018
Merge branch 'trunk' into add/feedback-label-action
2021-04-01 14:47:57 -03:00
Ron Rennick
18c500c24f
add contributor feedback label action
2021-03-26 16:33:44 -03:00
Ron Rennick
214ca384ea
add stalebot action with dry run enabled
2021-03-26 14:29:53 -03:00
Claudio Sanches
dd57663274
Merge pull request #29371 from woocommerce/add/trigger-code-reference-update
...
Update code reference after release build is done
2021-03-24 18:39:02 -03:00
Néstor Soriano
886cd15016
Merge pull request #29378 from woocommerce/fix/code-sniff
...
Remove Travis and fix CI in GitHub Actions
2021-03-23 15:22:49 +01:00
Claudio Sanches
599f2e95ca
Stop nightly builds in forks.
...
Nightly builds workflow requires a GitHub release ID that doesn't exists
in forks, making it to always fail.
2021-03-15 21:44:01 -03:00
Ron Rennick
7759e3a16d
unpin WP version in E2E test run
2021-03-15 13:43:15 -03:00
Claudio Sanches
4e893022a0
Fixed Codecov integration and moved into a new step
2021-03-13 22:08:46 -03:00
Claudio Sanches
16823082aa
Removed Travis
2021-03-13 21:58:42 -03:00
Claudio Sanches
87a18620eb
Added workflow to run CI in trunk and release/** branches
2021-03-13 21:29:15 -03:00
Claudio Sanches
75ed94bd38
Fixed PHPCS run and added cs2pr support
2021-03-13 21:01:21 -03:00
Claudio Sanches
e0040a1a4e
Remove mysql from code sniff workflow
2021-03-13 19:42:06 -03:00
Claudio Sanches
7c23eb1e33
Update code reference after release build is done
2021-03-12 23:17:27 -03:00
Ron Rennick
698fdc3712
Merge branch 'trunk' into try/add-e2e-screenshot
2021-03-12 12:00:24 -04:00
Ron Rennick
874748cf20
pin ubuntu to 18.04 for port 8084
2021-03-12 09:39:44 -04:00
vedanshujain
934243d8bd
Remove node_modules caching to prevent dir related errors.
2021-03-12 09:54:37 +05:30
Ron Rennick
cad8ae3413
temporarily pin WP version to 5.6.2
2021-03-11 15:27:46 -04:00
Ron Rennick
ac94f70a16
update secret names with E2E_
2021-03-10 14:51:18 -04:00
Ron Rennick
bb907a6acd
add slack secrets, deliberately break test
2021-03-09 16:11:48 -04:00
Ron Rennick
4c88973039
add slack channel support
2021-03-08 19:22:55 -04:00
vedanshujain
a53bb20a62
Disable comment workflow since it fails on fork.
2021-03-01 17:35:49 +05:30
Claudio Sanches
d6e3cf6de9
Update default GIT branch
2021-02-25 20:51:14 -03:00
vedanshujain
eefb3a4c0d
Yoda notation, you must not follow.
...
Syntax will fail, for GH actions.
2021-02-16 13:23:27 +05:30
vedanshujain
f31befd6fe
Whitespace change to trigger tests.
2021-02-16 13:14:08 +05:30
vedanshujain
4a39b00a2e
Run build action only for WC PRs because forks wont have permission to post comment.
2021-02-09 16:20:00 +05:30
vedanshujain
8963755442
Use bash instead of sh
2021-02-09 16:15:48 +05:30
vedanshujain
3e0fc5e89b
Add CI for code coverage and code sniff on GitHub actions.
2021-02-09 16:09:56 +05:30
vedanshujain
dc865bc94d
Renamed file name to be more accurate.
2021-02-01 09:56:51 +05:30
vedanshujain
d6d1e6a473
More strict cache keys.
2021-01-29 17:19:29 +05:30
vedanshujain
64b066eb22
Convert logic from string to bool to see if that works.
2021-01-29 16:45:14 +05:30
vedanshujain
bc4228ae7f
Add caching for node modules.
2021-01-29 16:32:34 +05:30
vedanshujain
783cb4b63c
Add action for running e2e tests.
2021-01-29 16:26:03 +05:30
Claudio Sanches
615bcfdbc2
Fixed repository URL
2021-01-22 00:18:07 -03:00
Claudio Sanches
bac26b82b9
Fixed params
2021-01-21 23:54:00 -03:00
Claudio Sanches
56ee106f34
Add new message
2021-01-21 23:49:33 -03:00
Claudio Sanches
64f9b8e4b5
Introduced "add comment" step to pr-build workflow
2021-01-21 22:51:15 -03:00
vedanshujain
cf6cf3a35e
Split builds into different files.
2021-01-21 17:35:12 +05:30
Vedanshu Jain
06c8fb0c45
Adds a workflow to be triggered when a PR is creted/updated:
...
1. Build a zip file for that PR.
2. Migrate all unit tests from Travis to Github Actions.
2021-01-21 17:30:12 +05:30
Renovate Bot
9c60fdd382
Update richardsimko/github-tag-action action to v1.0.5
2020-11-06 10:34:18 +00:00
Claudio Sanches
e3b7ed1c75
Merge pull request #28015 from woocommerce/renovate/webfreak001-deploy-nightly-1.x
...
Update WebFreak001/deploy-nightly action to v1.1.0
2020-10-20 11:44:21 -03:00
Renovate Bot
fc1f55dd20
Update richardsimko/github-tag-action action to v1.0.4
2020-10-20 14:13:50 +00:00
Renovate Bot
57b94db15c
Update WebFreak001/deploy-nightly action to v1.1.0
2020-10-20 14:13:41 +00:00
Claudio Sanches
079572ae50
woocommerce/action-build@v2 always build a zip file
2020-08-25 15:07:15 -03:00
Claudio Sanches
59fbab9a42
Updated woocommerce/action-build in nightly builds
2020-08-25 13:42:07 -03:00
Claudio Sanches
4e15abbf53
Updated woocommerce/action-build to v2
2020-08-25 13:41:24 -03:00
Claudio Sanches
d3f9202c73
Merge pull request #26315 from woocommerce/add/nightly-builds-workflow
...
Introduces nightly builds workflow
2020-07-01 14:38:01 -03:00
Claudio Sanches
9b626d6131
Updated build package name
2020-04-29 13:36:25 -03:00
Claudio Sanches
c5eb5545ea
Updated build package name
2020-04-29 13:35:11 -03:00
Claudio Sanches
5c2bf5f2b4
Make sure the zip file is called woocommerce.zip
2020-04-28 11:52:16 -03:00
Claudio Sanches
d3b990d7b2
Updated zip name
2020-04-28 11:51:10 -03:00
Claudio Sanches
e6e16bee11
Introduced nightly builds workflow
2020-04-27 23:32:19 -03:00
Claudio Sanches
5dc20e9fc8
Introduced build release workflow
2020-04-27 20:09:29 -03:00