mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-45312 Removing propagate job from release workflow (#11864)
* AAE-45312 Removing propagate job from release workflow * AAE-45312 Removing from doc
This commit is contained in:
@@ -135,26 +135,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tagName: ${{ needs.release-npm.outputs.release_version }}
|
tagName: ${{ needs.release-npm.outputs.release_version }}
|
||||||
|
|
||||||
propagate:
|
|
||||||
needs: [release-npm]
|
|
||||||
if: ${{ contains(toJson(github.event.pull_request.labels.*.name), 'hxp-upstream') }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
||||||
- name: HxP upstream invoke
|
|
||||||
uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7 # v4.0.0
|
|
||||||
with:
|
|
||||||
repo: Alfresco/hxp-frontend-apps
|
|
||||||
ref: develop
|
|
||||||
workflow: upstream-adf.yml
|
|
||||||
token: ${{ secrets.ALFRESCO_BUILD_GH_TOKEN }}
|
|
||||||
wait-for-completion: false
|
|
||||||
inputs: >
|
|
||||||
{
|
|
||||||
"tag_version": "alpha"
|
|
||||||
}
|
|
||||||
|
|
||||||
npm-check-bundle:
|
npm-check-bundle:
|
||||||
needs: [release-npm]
|
needs: [release-npm]
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ Labels applied to the PR that affect CI behavior.
|
|||||||
|-------|--------|
|
|-------|--------|
|
||||||
| `do not merge` | Blocks the PR from passing the finalize check. CI will fail until the label is removed. |
|
| `do not merge` | Blocks the PR from passing the finalize check. CI will fail until the label is removed. |
|
||||||
| `next version` | Same as above - blocks the PR from merging. Used to hold PRs for the next release cycle. |
|
| `next version` | Same as above - blocks the PR from merging. Used to hold PRs for the next release cycle. |
|
||||||
| `hxp-upstream` | (Release only) Triggers the HxP upstream propagation workflow after a successful release. |
|
|
||||||
|
|
||||||
## Automatic Skip Conditions
|
## Automatic Skip Conditions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user