Skip to content

Commit b331928

Browse files
authored
chore: Migrate to open workflow name (#243)
1 parent 9669298 commit b331928

213 files changed

Lines changed: 352 additions & 343 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"changelog": ["@changesets/changelog-github", { "repo": "serverlessworkflow/editor" }],
2+
"changelog": ["@changesets/changelog-github", { "repo": "open-workflow-specification/editor" }],
33
"commit": false,
4-
"fixed": [["@serverlessworkflow/*"]],
4+
"fixed": [["@openworkflowspec/*"]],
55
"access": "public",
66
"baseBranch": "main",
77
"updateInternalDependencies": "patch"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@openworkflowspec/diagram-editor": minor
3+
"@openworkflowspec/i18n": minor
4+
---
5+
6+
Migrate from serverlessworkflow to openworkflow

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: CNCF Slack (#serverless-workflow)
3+
- name: CNCF Slack (#open-workflow)
44
url: https://slack.cncf.io/
5-
about: Join the CNCF Slack workspace and visit #serverless-workflow for real-time support.
5+
about: Join the CNCF Slack workspace and visit #open-workflow for real-time support.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ body:
3232
label: Definition of Done
3333
description: To be considered "Done," this feature must meet the following criteria.
3434
options:
35-
- label: "Implementation: Fully implemented according to the Serverless Workflow spec."
35+
- label: "Implementation: Fully implemented according to the Open Workflow spec."
3636
- label: "Unit Tests: Comprehensive unit tests are included and passing."
3737
- label: "Integration Tests: Verified within the monorepo and target environments (Web/VS Code)."
3838
- label: "Documentation: Updated README.md, ADRs, or official docs."
3939
- label: "Performance: No significant regression in editor responsiveness."
40-
- label: "Accessibility: UI changes comply with accessibility standards."
40+
- label: "Accessibility: UI changes comply with accessibility standards."

.github/actions/setup-ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021-Present The Serverless Workflow Specification Authors
2+
# Copyright 2021-Present The Open Workflow Specification Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.github/workflows/ci_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021-Present The Serverless Workflow Specification Authors
2+
# Copyright 2021-Present The Open Workflow Specification Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.github/workflows/ci_check_license_headers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021-Present The Serverless Workflow Specification Authors
2+
# Copyright 2021-Present The Open Workflow Specification Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.github/workflows/ci_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021-Present The Serverless Workflow Specification Authors
2+
# Copyright 2021-Present The Open Workflow Specification Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021-Present The Serverless Workflow Specification Authors
2+
# Copyright 2021-Present The Open Workflow Specification Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021-Present The Serverless Workflow Specification Authors
2+
# Copyright 2021-Present The Open Workflow Specification Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ permissions:
3131
jobs:
3232
publish:
3333
if: |
34-
github.repository == 'serverlessworkflow/editor' &&
34+
github.repository == 'open-workflow-specification/editor' &&
3535
github.event.pull_request.merged == true &&
3636
github.event.pull_request.user.login == 'github-actions[bot]' &&
3737
github.event.pull_request.title == 'chore: version packages' &&

0 commit comments

Comments
 (0)