From c0e05445b181e525193cdb93bf92e1bc59d8404f Mon Sep 17 00:00:00 2001 From: Lipis Date: Wed, 24 Feb 2021 12:12:19 +0200 Subject: [PATCH] chore: Consistent job names in GH actions (#3099) --- .github/dependabot.yml | 9 +++------ .github/workflows/build-docker.yml | 2 +- .github/workflows/build-packages.yml | 2 +- .github/workflows/semantic-pr-title.yml | 2 +- .github/workflows/sentry-production.yml | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 81535962..f9ae7b51 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,36 +1,33 @@ version: 2 updates: - package-ecosystem: npm - directory: "/" + directory: / schedule: interval: weekly day: sunday time: "01:00" - open-pull-requests-limit: 99 reviewers: - lipis assignees: - lipis - package-ecosystem: npm - directory: "/src/packages/excalidraw/" + directory: /src/packages/excalidraw/ schedule: interval: weekly day: sunday time: "01:00" - open-pull-requests-limit: 99 reviewers: - ad1992 assignees: - ad1992 - package-ecosystem: npm - directory: "/src/packages/utils/" + directory: /src/packages/utils/ schedule: interval: weekly day: sunday time: "01:00" - open-pull-requests-limit: 99 reviewers: - ad1992 assignees: diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index cb1bf910..d767a333 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -6,7 +6,7 @@ on: - master jobs: - build: + build-docker: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 23d4f663..89c7834a 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -7,7 +7,7 @@ on: pull_request: jobs: - build: + packages: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml index 75d5aae9..8980fc68 100644 --- a/.github/workflows/semantic-pr-title.yml +++ b/.github/workflows/semantic-pr-title.yml @@ -8,7 +8,7 @@ on: - synchronize jobs: - main: + semantic: runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v3.0.0 diff --git a/.github/workflows/sentry-production.yml b/.github/workflows/sentry-production.yml index bfacffa6..228b6f14 100644 --- a/.github/workflows/sentry-production.yml +++ b/.github/workflows/sentry-production.yml @@ -6,7 +6,7 @@ on: - master jobs: - release: + sentry: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2