FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-java/.github/workflows/release-drafter.yml at main · tyronecai/msgpack-java · GitHub
tyronecai
/
msgpack-java
Public
forked from
msgpack/msgpack-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-java
/
.github
/
workflows
/
release-drafter.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
27 lines (24 loc) · 850 Bytes
Breadcrumbs
msgpack-java
/
.github
/
workflows
/
release-drafter.yml
Copy path
File metadata and controls
27 lines (24 loc) · 850 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name
:
Release Drafter
on
:
#
pull_request event is required only for autolabeler
pull_request
:
#
Only following types are handled by the action, but one can default to all as well
types
:
[opened, reopened, synchronize]
#
pull_request_target event is required for autolabeler to support PRs from forks
pull_request_target
:
types
:
[opened, reopened, synchronize]
permissions
:
contents
:
read
jobs
:
update_release_draft
:
permissions
:
contents
:
read
#
write permission is required for autolabeler
#
otherwise, read permission is required at least
pull-requests
:
write
runs-on
:
ubuntu-latest
steps
:
#
Drafts your next Release notes as Pull Requests are merged into "master"
-
uses
:
release-drafter/release-drafter@v6
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL