From f62e7a3501afbb9511069dd70bfe89e1a8113f3b Mon Sep 17 00:00:00 2001 From: curquiza Date: Tue, 13 Dec 2022 17:34:43 +0100 Subject: [PATCH] Remove core mention --- .github/workflows/create-issue-dependencies.yml | 2 +- .github/workflows/milestone-workflow.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-issue-dependencies.yml b/.github/workflows/create-issue-dependencies.yml index e3deebe2a..b0dba7323 100644 --- a/.github/workflows/create-issue-dependencies.yml +++ b/.github/workflows/create-issue-dependencies.yml @@ -15,7 +15,7 @@ jobs: github_token: ${{ secrets.MEILI_BOT_GH_PAT }} title: Upgrade dependencies body: | - We need to update the dependencies of the Meilisearch repository, and, if possible, the dependencies of all the core-team repositories that Meilisearch depends on (milli, charabia, heed...). + We need to update the dependencies of the Meilisearch repository, and, if possible, the dependencies of all the engine-team repositories that Meilisearch depends on (milli, charabia, heed...). ⚠️ This issue should only be done at the beginning of the sprint! labels: | diff --git a/.github/workflows/milestone-workflow.yml b/.github/workflows/milestone-workflow.yml index 1bf3e3d50..2b8b7bf62 100644 --- a/.github/workflows/milestone-workflow.yml +++ b/.github/workflows/milestone-workflow.yml @@ -3,8 +3,8 @@ name: Milestone's workflow # /!\ No git flow are handled here # For each Milestone created (not opened!), and if the release is NOT a patch release (only the patch changed) -# - the roadmap issue is created, see https://github.com/meilisearch/core-team/blob/main/issue-templates/roadmap-issue.md -# - the changelog issue is created, see https://github.com/meilisearch/core-team/blob/main/issue-templates/changelog-issue.md +# - the roadmap issue is created, see https://github.com/meilisearch/engine-team/blob/main/issue-templates/roadmap-issue.md +# - the changelog issue is created, see https://github.com/meilisearch/engine-team/blob/main/issue-templates/changelog-issue.md # For each Milestone closed # - the `release_version` label is created @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download the issue template - run: curl -s https://raw.githubusercontent.com/meilisearch/core-team/main/issue-templates/roadmap-issue.md > $ISSUE_TEMPLATE + run: curl -s https://raw.githubusercontent.com/meilisearch/engine-team/main/issue-templates/roadmap-issue.md > $ISSUE_TEMPLATE - name: Replace all empty occurrences in the templates run: | # Replace all <> occurrences @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download the issue template - run: curl -s https://raw.githubusercontent.com/meilisearch/core-team/main/issue-templates/changelog-issue.md > $ISSUE_TEMPLATE + run: curl -s https://raw.githubusercontent.com/meilisearch/engine-team/main/issue-templates/changelog-issue.md > $ISSUE_TEMPLATE - name: Replace all empty occurrences in the templates run: | # Replace all <> occurrences