Skip to content

Commit

Permalink
ci: improve pipeline naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlacenka committed Mar 7, 2024
1 parent 66949c2 commit 0dd8616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: PR Labeler
name: Labeler

on:
pull_request_target:
types: [opened, synchronize]

jobs:
label:
name: Add PR labels
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-title-commitlint-check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: PR Title Commitlint Check
name: Commitlint

on:
pull_request:
types: [opened, synchronize, edited]

jobs:
check:
name: PR title check
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand Down

0 comments on commit 0dd8616

Please sign in to comment.