Skip to content

Commit

Permalink
Merge branch 'karimeldegwy/multi-version-support' into karimeldegwy/m…
Browse files Browse the repository at this point in the history
…ulti-version-support-test-1
  • Loading branch information
Karim Eldegwy committed Apr 15, 2024
2 parents ec08a28 + a0e1206 commit 109cf1a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check-multi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ on:
- 'SPECS/**'
- 'SPECS-EXTENDED/**'

permissions:
contents: read
pull-requests: write
permissions: 'write-all'

jobs:
detect-changes:
Expand All @@ -36,7 +34,7 @@ jobs:
run: |
curl \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
${GITHUB_API_URL}/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers \
-d '{"team_reviewers": ["cbl-mariner-multi-package-reviewers"]}'
-d '{"team_reviewers": ["cbl-mariner-multi-package-reviewers"]}'

0 comments on commit 109cf1a

Please sign in to comment.