We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcc3ed commit 0b8a7b2Copy full SHA for 0b8a7b2
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
validate:
13
timeout-minutes: 10
14
runs-on: ubuntu-latest
15
- name: validate
+ name: Validate Build
16
steps:
17
- name: Checkout Repo
18
uses: actions/checkout@v4
.github/workflows/lint-pr-title.yml
@@ -10,6 +10,7 @@ on:
10
11
jobs:
main:
+ name: Lint PR Title
.github/workflows/versioning.yml
@@ -9,7 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
9
release:
- name: Changesets Release
+ name: Changesets Versioning
permissions:
contents: write
0 commit comments