Skip to content

Commit

Permalink
test: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Sharma authored and Saksham Sharma committed Aug 14, 2024
1 parent 2f0db2c commit 599dff7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pr-title-spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
files: ./pr_title.txt

- name: Check assignee
with:
require_assignee: true
run: |
response=$(curl -L \
PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
response=$(curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{ github.repository }}/assignees)
https://api.github.com/repos/${GITHUB_REPOSITORY}/pulls/${PR_NUMBER})
echo "$response"

0 comments on commit 599dff7

Please sign in to comment.