mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
hotfix(ci): fix a syntax issue in contrib.yaml (#7727)
This commit is contained in:
committed by
GitHub
parent
7c3dbbbe93
commit
ce6b698048
16
.github/workflows/contrib.yaml
vendored
16
.github/workflows/contrib.yaml
vendored
@ -57,14 +57,14 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
requireScope: false
|
requireScope: false
|
||||||
types:
|
types: |
|
||||||
- feat
|
feat
|
||||||
- chore
|
chore
|
||||||
- fix
|
fix
|
||||||
- hotfix
|
hotfix
|
||||||
- refactor
|
refactor
|
||||||
- perf
|
perf
|
||||||
- test
|
test
|
||||||
|
|
||||||
release-labels:
|
release-labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user