Skip to content

Commit 8a00963

Browse files
authored
Add permission to the release workflow (#706)
* Add permission needed for manual approval Signed-off-by: Zelin Hao <[email protected]> * Remove codeowner Signed-off-by: Zelin Hao <[email protected]> --------- Signed-off-by: Zelin Hao <[email protected]>
1 parent f226570 commit 8a00963

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This should match the team set up in https://github.com/orgs/opensearch-project/teams and include any additional contributors
2-
* @VachaShah @dblock @harshavamsi @axeoman @deztructor @Shephalimittal @saimedhi @florianvazelle
2+
* @VachaShah @dblock @harshavamsi @axeoman @Shephalimittal @saimedhi @florianvazelle

Diff for: .github/workflows/release-drafter.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
draft-a-release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
issues: write
1114
steps:
1215
- name: Checkout Repository
1316
uses: actions/checkout@v3

0 commit comments

Comments
 (0)