Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
5c98f8d1
Unverified
Commit
5c98f8d1
authored
May 08, 2025
by
Anant Sharma
Committed by
GitHub
May 08, 2025
Browse files
ci: add PR labels and config for github release notes (#955)
parent
1e8b2866
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
8 deletions
+26
-8
.github/release.yml
.github/release.yml
+20
-0
.github/workflows/lint-pr-title.yaml
.github/workflows/lint-pr-title.yaml
+6
-8
No files found.
.github/release.yml
0 → 100644
View file @
5c98f8d1
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
changelog
:
exclude
:
categories
:
-
title
:
🚀 Features & Improvements
labels
:
[
feat
,
perf
,
refactor
]
-
title
:
🐛 Bug Fixes
labels
:
[
fix
,
revert
]
-
title
:
📚 Documentation
labels
:
[
docs
]
-
title
:
🛠️ Build, CI and Test
labels
:
[
build
,
ci
,
test
]
-
title
:
Other Changes
labels
:
[
"
*"
]
exclude
:
labels
:
[
chore
,
style
]
.github/workflows/lint-pr-title.yaml
View file @
5c98f8d1
...
...
@@ -8,14 +8,12 @@ on:
-
synchronize
-
reopened
permissions
:
pull-requests
:
read
jobs
:
main
:
name
:
Validate PR title
conventional-commits
:
name
:
Validate PR title
and add label
runs-on
:
ubuntu-latest
steps
:
-
uses
:
amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
# v5.5.3
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
uses
:
ytanikin/pr-conventional-commits@b628c5a234cc32513014b7bfdd1e47b532124d98
with
:
task_types
:
'
["feat",
"fix",
"docs",
"test",
"ci",
"refactor",
"perf",
"chore",
"revert",
"style",
"build"]'
add_label
:
'
true'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment