From a48ff2062f3cecd66e0a6c03f4053624f4a5e048 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:10:21 +0200 Subject: [PATCH] ci: refactor ci update scheduler --- .github/workflows/ci-automated-check-environment.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-automated-check-environment.yml b/.github/workflows/ci-automated-check-environment.yml index b390df18..811923ad 100644 --- a/.github/workflows/ci-automated-check-environment.yml +++ b/.github/workflows/ci-automated-check-environment.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Cache Node.js modules uses: actions/cache@v2 with: @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v2 - name: Compose branch name for PR id: branch - run: echo "::set-output name=name::ci-bump-environment-${{ github.run_id }}${{ github.run_number }}" + run: echo "::set-output name=name::ci-bump-environment" - name: Create branch run: | git config --global user.email ${{ github.actor }}@users.noreply.github.com @@ -55,6 +55,9 @@ jobs: pr_source: ${{ steps.branch.outputs.name }} pr_labels: type:ci pr_body: | - # Outdated CI environment + ## Outdated CI environment + This pull request was created, because the CI environment uses frameworks that are not up-to-date. - ### ⚠️ You must use `Squash and merge` to merge this pull request. + You can see which frameworks need to be upgraded in the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}). + + *⚠️ Use `Squash and merge` to merge this pull request.*