From 04afe5966b219a9443d18247405267e36a705875 Mon Sep 17 00:00:00 2001 From: Justin Kulikauskas <44813129+JustinKuli@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:08:23 +0000 Subject: [PATCH] Rename some github checks Signed-off-by: Justin Kulikauskas <44813129+JustinKuli@users.noreply.github.com> --- .github/workflows/checks.yaml | 8 ++++---- .github/workflows/code_cov_comment.yaml | 1 + .github/workflows/pr_agent.yaml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index dd9c369..0c3cd97 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -7,8 +7,8 @@ defaults: shell: bash jobs: - makechecks: - name: Make Checks + cleanliness: + name: Run Cleanliness Checks runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -34,7 +34,7 @@ jobs: # A separate job so that it can annotate the code golangci: - name: golangci-lint + name: Run golangci-lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -50,7 +50,7 @@ jobs: # Automatically uses ./.golangci.yml for configuration tests: - name: Tests + name: Run Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/code_cov_comment.yaml b/.github/workflows/code_cov_comment.yaml index e5c6bec..462c274 100644 --- a/.github/workflows/code_cov_comment.yaml +++ b/.github/workflows/code_cov_comment.yaml @@ -6,6 +6,7 @@ on: jobs: comment: + name: Add PR Code Coverage Report runs-on: ubuntu-latest steps: - uses: actions/github-script@v7 diff --git a/.github/workflows/pr_agent.yaml b/.github/workflows/pr_agent.yaml index a6a31ba..285bcaf 100644 --- a/.github/workflows/pr_agent.yaml +++ b/.github/workflows/pr_agent.yaml @@ -5,13 +5,13 @@ on: types: [created] jobs: pr_agent_job: + name: Run Codium-ai/pr-agent if: ${{ github.event.sender.type != 'Bot' && !contains(github.event.pull_request.labels.*.name, 'skip_ai') }} runs-on: ubuntu-latest permissions: issues: write pull-requests: write contents: write - name: Run pr agent on every pull request, respond to user comments steps: - name: PR Agent action step id: pr-agent