Skip to content

Commit

Permalink
Rename some github checks
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kulikauskas <[email protected]>
  • Loading branch information
JustinKuli committed Jun 29, 2024
1 parent b637ba0 commit 4e0c3ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code_cov_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
comment:
name: Add PR Code Coverage Report
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e0c3ff

Please sign in to comment.