diff --git a/.github/workflows/assign-issue-to-project.yaml b/.github/workflows/assign-issue-to-project.yaml index 282d61d5791..d12221a4b0d 100644 --- a/.github/workflows/assign-issue-to-project.yaml +++ b/.github/workflows/assign-issue-to-project.yaml @@ -13,5 +13,5 @@ jobs: - name: Assign to basic project uses: srggrs/assign-one-project-github-action@1.3.1 with: - project: 'https://github.com/eclipse-edc/Connector/projects/1' + project: 'https://github.com/orgs/eclipse-edc/projects/3' column_name: 'Open' diff --git a/.github/workflows/assign-pr-to-project.yaml b/.github/workflows/assign-pr-to-project.yaml index 5db84cce0df..c0372652590 100644 --- a/.github/workflows/assign-pr-to-project.yaml +++ b/.github/workflows/assign-pr-to-project.yaml @@ -15,5 +15,5 @@ jobs: - name: Assign to basic project uses: srggrs/assign-one-project-github-action@1.3.1 with: - project: 'https://github.com/eclipse-edc/Connector/projects/1' + project: 'https://github.com/orgs/eclipse-edc/projects/3' column_name: 'In progress' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 958402fbe4f..1d7b293047c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -207,7 +207,7 @@ the relations and progresses. The [GitHub Projects page](https://github.com/eclipse-edc/Connector/projects) provides a general overview of the project's working items. Every new issue is automatically assigned -to the ["Dataspace Connector" project](https://github.com/eclipse-edc/Connector/projects/1). +to the ["Dataspace Connector" project](https://github.com/orgs/eclipse-edc/projects/3). It can be unassigned or moved to any other project that is provided. In every project, an issue passes four stages: `Backlog`, `In progress`, `Review in progress`, and `Done`,