We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f226570 commit 8a00963Copy full SHA for 8a00963
.github/CODEOWNERS
@@ -1,2 +1,2 @@
1
# 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
+* @VachaShah @dblock @harshavamsi @axeoman @Shephalimittal @saimedhi @florianvazelle
.github/workflows/release-drafter.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
draft-a-release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ issues: write
14
steps:
15
- name: Checkout Repository
16
uses: actions/checkout@v3
0 commit comments