Description
We've added logic to run the build-node-packages.yml workflow when the pull_request event occurs.
Details:
By default, a workflow only runs when a pull_request's activity type is opened, synchronize, or reopened.
We've hardcoded the 14.0.0 version of Node.js for workflow runs on pull_request event.
New release will not be published if event is pull_request.
The workflow run associated with the pull_request event will be added as a PR check:
We have also updated version of the setup-node action from v2.1.1 to v2.1.2.
**Description**
We've added logic to run the `build-node-packages.yml` workflow when the `pull_request` event occurs.
**Details:**
1) By default, a workflow only runs when a pull_request's activity type is `opened`, `synchronize`, or `reopened`.
2) We've hardcoded the `14.0.0` version of Node.js for workflow runs on `pull_request` event.
3) New release will not be published if event is `pull_request`.
4) The workflow run associated with the `pull_request` event will be added as a PR check:

We have also updated version of the `setup-node` action from `v2.1.1` to `v2.1.2`.
vsafonkin
(Migrated from github.com)
reviewed 2020-11-02 18:10:25 +05:00
nikita-bykov
(Migrated from github.com)
reviewed 2020-11-02 18:10:25 +05:00
maxim-lobanov
(Migrated from github.com)
approved these changes 2020-11-02 18:11:36 +05:00
AlenaSviridenko
(Migrated from github.com)
approved these changes 2020-11-02 18:46:19 +05:00
maxim-lobanov
(Migrated from github.com)
approved these changes 2020-11-02 20:29:22 +05:00
al-cheb
(Migrated from github.com)
approved these changes 2020-11-02 22:23:05 +05:00
dmitry-shibanov
(Migrated from github.com)
approved these changes 2020-11-03 12:38:42 +05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
We've added logic to run the
build-node-packages.ymlworkflow when thepull_requestevent occurs.Details:
opened,synchronize, orreopened.14.0.0version of Node.js for workflow runs onpull_requestevent.pull_request.pull_requestevent will be added as a PR check:We have also updated version of the
setup-nodeaction fromv2.1.1tov2.1.2.