From a8019226c0fabf764d3b2221a491a4d5bf89a074 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Fri, 18 Aug 2023 14:39:21 +0200 Subject: [PATCH] ci: Emojis for checks (#8872) * ci: Emojis for checks * Update translation-check.yml * Update daily.yml * Update stale.yml * Update stale.yml --- .github/workflows/daily.yml | 10 +++++----- .github/workflows/pull_request.yml | 14 +++++++------- .github/workflows/stale.yml | 4 ++-- .github/workflows/translation-check.yml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 5b651be0da50b..a5a97318fcdea 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -1,4 +1,4 @@ -name: "Daily tasks (cronjobs)" +name: "๐Ÿ•ฐ๏ธ Daily tasks (cronjobs)" on: schedule: @@ -36,7 +36,7 @@ jobs: environment: ${{ matrix.env }} concurrency: ${{ matrix.env }} steps: - - name: Set various variable for staging (net) deployment + - name: Set various variables for staging (.net) deployment if: matrix.env == 'mongo-dev' run: | # deploy target @@ -44,7 +44,7 @@ jobs: echo "SSH_PROXY_HOST=ovh1.openfoodfacts.org" >> $GITHUB_ENV echo "SSH_USERNAME=off" >> $GITHUB_ENV - - name: Sync prod db data to dev MongoDB + - name: Sync production database data to the dev MongoDB uses: appleboy/ssh-action@master with: host: ${{ env.SSH_HOST }} @@ -77,7 +77,7 @@ jobs: concurrency: ${{ matrix.env }} needs: dev-db-sync steps: - - name: Set various variable for staging (net) deployment + - name: Set various variables for the staging (.net) deployment if: matrix.env == 'mongo-dev' run: | # deploy target @@ -98,4 +98,4 @@ jobs: script: | cd ${{ matrix.env }} make refresh_product_tags - make restart_db \ No newline at end of file + make restart_db diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 82b503f9a998a..3ded6a19d8ef4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -34,7 +34,7 @@ jobs: run: exit 0 lint: - name: NPM lint + name: ๐Ÿ•ต๏ธโ€โ™€๏ธ NPM lint runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: @@ -51,7 +51,7 @@ jobs: # this will build the docker image and upload as an artifact for following jobs build_backend: - name: Build backend dev image for tests + name: ๐Ÿ— Build backend dev image for tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -63,7 +63,7 @@ jobs: uses: ishworkh/docker-image-artifact-upload@v1 with: image: "openfoodfacts-server/backend:dev" - - name: rebuild taxonomies + - name: Rebuild taxonomies # here we first restore dates from git for taxonomies to avoid build them all # see https://stackoverflow.com/a/60984318/2886726 run: | @@ -71,7 +71,7 @@ jobs: make build_taxonomies GITHUB_TOKEN="${{ secrets.TAXONOMY_CACHE_GITHUB_TOKEN }}" check_perl: - name: Check perl + name: ๐Ÿช Check Perl needs: build_backend runs-on: ubuntu-latest if: github.event_name == 'pull_request' @@ -95,7 +95,7 @@ jobs: run: make check_perl tests: - name: Perl unit tests + name: ๐Ÿช Perl unit tests needs: build_backend runs-on: ubuntu-latest steps: @@ -122,7 +122,7 @@ jobs: files: cover_db/codecov.json tests_dev: - name: Test make dev + name: ๐Ÿงช Test make dev needs: build_backend # only to avoid building taxonomies if: github.event_name == 'pull_request' runs-on: ubuntu-latest @@ -138,7 +138,7 @@ jobs: run: | make dev make status - - name: test all is running + - name: Test all is running run: make livecheck - name: test clean run: make hdown diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b833ea059e49c..dfd9cf36051be 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -name: "Stale issue handler" +name: "๐ŸŒ‹ Stale issue handler" on: schedule: - cron: "0 0 * * *" @@ -10,7 +10,7 @@ jobs: - uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 90 days with no activity.' + stale-issue-message: 'This issue has been open 90 days with no activity. Can you give it a little love by linking it to a parent issue, adding relevant labels and projets, creating a mockup if applicable, adding code pointers from https://github.com/openfoodfacts/openfoodfacts-server/blob/main/.github/labeler.yml, giving it a priority, editing the original issue to have a more comprehensive descriptionโ€ฆ Thank you very much for your contribution to ๐ŸŠ Open Food Facts ' days-before-stale: 90 days-before-close: -1 skip-stale-issue-message: true diff --git a/.github/workflows/translation-check.yml b/.github/workflows/translation-check.yml index 9a1a07bd01939..fc6253e40cb08 100644 --- a/.github/workflows/translation-check.yml +++ b/.github/workflows/translation-check.yml @@ -1,4 +1,4 @@ -name: Translations check +name: ๐ŸŒ Translations check on: pull_request: