We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8442b7 commit da1eebfCopy full SHA for da1eebf
.github/workflows/addToProject.yml
@@ -20,7 +20,8 @@ jobs:
20
private_key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
21
permissions: >-
22
{
23
- "repository_projects": "write"
+ "organization_projects": "write",
24
+ "issues": "read"
25
}
26
27
- name: Get project data
.github/workflows/labeler.yml
@@ -34,7 +34,8 @@ jobs:
34
35
36
"members": "read",
37
38
39
40
41
- id: is_elastic_member
0 commit comments