Skip to content

Commit 4b0d5bc

Browse files
committed
Bump release-drafter from 5 to 5.16.1
1 parent ff57620 commit 4b0d5bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request_target:
8+
types:
9+
- edited
10+
- opened
11+
- reopened
12+
- synchronize
713
workflow_dispatch:
814

915
jobs:
@@ -13,6 +19,7 @@ jobs:
1319
pull-requests: read
1420
runs-on: ubuntu-latest
1521
steps:
16-
- uses: release-drafter/release-drafter@v5
22+
- name: "Draft Release"
23+
uses: release-drafter/release-drafter@v5.16.1
1724
env:
1825
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)