Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a052133

Browse files
authored
chore(releasenotes): update workflow configurations (#725)
Add a new trigger for pull-request when a label is added.
1 parent 964ac26 commit a052133

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-notes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
branches:
77
- '[6-9]+.[0-9]+.x'
88
pull_request:
9-
types: [opened, reopened, synchronize]
9+
types: [opened, reopened, synchronize, labeled]
1010
pull_request_target:
11-
types: [opened, reopened, synchronize]
11+
types: [opened, reopened, synchronize, labeled]
1212
workflow_dispatch:
1313
jobs:
1414
release_notes:
@@ -46,4 +46,4 @@ jobs:
4646
name: ${{ env.title }} ${{ steps.release_notes.outputs.next_version }}
4747
tag: v${{ steps.release_notes.outputs.next_version }}
4848
bodyFile: CHANGELOG.md
49-
token: ${{ secrets.GH_TOKEN }}
49+
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)