Skip to content

Commit eab7ef5

Browse files
committedJul 23, 2024··
add/release_notes
Signed-off-by: saimedhi <saimedhi@amazon.com>
1 parent 1b8486e commit eab7ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/draft-release-notes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- 2.x
6+
- add/release_notes
77

88
jobs:
99
update_release_draft:
10-
if: github.repository == 'opensearch-project/dashboards-flow-framework'
10+
if: github.repository == 'saimedhi/dashboards-flow-framework'
1111
name: Update draft release notes
1212
runs-on: ubuntu-latest
1313
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.