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
tianlh
LightGBM-DCU
Commits
ee0131c5
Unverified
Commit
ee0131c5
authored
Dec 19, 2024
by
Nikita Titov
Committed by
GitHub
Dec 18, 2024
Browse files
[ci] Add Release Drafter workflow (#6754)
Co-authored-by:
James Lamb
<
jaylamb20@gmail.com
>
parent
4feee28a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
.github/workflows/no_response.yml
.github/workflows/no_response.yml
+1
-1
.github/workflows/release_drafter.yml
.github/workflows/release_drafter.yml
+23
-0
No files found.
.github/workflows/no
-
response.yml
→
.github/workflows/no
_
response.yml
View file @
ee0131c5
...
@@ -13,7 +13,7 @@ on:
...
@@ -13,7 +13,7 @@ on:
jobs
:
jobs
:
noResponse
:
noResponse
:
runs-on
:
ubuntu-
22.04
runs-on
:
ubuntu-
latest
steps
:
steps
:
-
uses
:
lee-dohm/no-response@v0.5.0
-
uses
:
lee-dohm/no-response@v0.5.0
with
:
with
:
...
...
.github/workflows/release_drafter.yml
0 → 100644
View file @
ee0131c5
name
:
Release Drafter
permissions
:
contents
:
read
on
:
push
:
branches
:
-
master
jobs
:
updateReleaseDraft
:
permissions
:
contents
:
write
pull-requests
:
read
runs-on
:
ubuntu-latest
steps
:
-
uses
:
release-drafter/release-drafter@v6.0.0
with
:
config-name
:
release-drafter.yml
disable-autolabeler
:
true
env
:
GITHUB_TOKEN
:
${{ github.token }}
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