Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 8, 2024
1 parent 9a0b5ba commit 0eed391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/addToProject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
private_key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
permissions: >-
{
"repository_projects": "write"
"organization_projects": "write",
"issues": "read"
}
- name: Assign issues with milestones to project
uses: elastic/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
permissions: >-
{
"members": "read",
"repository_projects": "write"
"organization_projects": "write",
"issues": "read"
}
- name: Add agent-ios and agent-mobile labels
uses: AlexanderWert/[email protected]
Expand Down

0 comments on commit 0eed391

Please sign in to comment.