Skip to content

Commit

Permalink
Add API doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Jan 27, 2025
1 parent 8799a63 commit 0842909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# TODO: Verify milestone

# Check if the commit has passed all Github checks
# API: https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#list-check-runs-for-a-git-reference
- name: Verify check runs
uses: actions/github-script@v7
with:
Expand All @@ -61,6 +62,7 @@ jobs:
}
# Check if the commit has passed external CI checks
# API: https://docs.github.com/en/rest/commits/statuses?apiVersion=2022-11-28#get-the-combined-status-for-a-specific-reference
- name: Verify commit status
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 0842909

Please sign in to comment.