Thanks to visit codestin.com Credit goes to github.com
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 24f9b18 commit 7ff65c3Copy full SHA for 7ff65c3
.github/release.yml
@@ -4,10 +4,13 @@ changelog:
4
categories:
5
- title: 🏕 Features
6
labels:
7
- - '*'
+ - "*"
8
exclude:
9
10
- dependencies
11
+ - title: 🧹 Chore
12
+ labels:
13
+ - chore
14
- title: 👒 Dependencies
15
16
.github/workflows/lint-rest.yml
@@ -6,7 +6,7 @@ on: [pull_request]
permissions: {}
jobs:
- acceptance-tests:
+ lint:
runs-on: ubuntu-24.04
steps:
- name: Check out
0 commit comments