Skip to content

Commit

Permalink
Update condition.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed May 20, 2024
1 parent 6171d07 commit b73da9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/condition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: fetch_all_pull_requests
run: |
pr_infos=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/redhat-developer/lsp4ij/pulls?state=open&sort=created&direction=desc&per_page=100")
"https://api.github.com/repos/vaisakhkannan/liberty-tools-intellij/pulls?state=open&sort=created&direction=desc&per_page=100")
# Load previous PR data if exists
if [ -f notified_prs.json ]; then
Expand Down

0 comments on commit b73da9c

Please sign in to comment.