Skip to content

Commit 5ada4d9

Browse files
committed
target upstream
1 parent 2742bc4 commit 5ada4d9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/daily-doc-updater.lock.yml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-doc-updater.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ network:
1313
- python
1414
- rust
1515
- java
16-
1716
permissions:
1817
contents: read
1918
issues: read
@@ -55,7 +54,7 @@ First, search for merged pull requests from the last 24 hours.
5554

5655
Use the GitHub tools to:
5756
- Calculate yesterday's date: `date -u -d "1 day ago" +%Y-%m-%d`
58-
- Search for pull requests merged in the last 24 hours using `search_pull_requests` with a query like: `repo:${{ github.repository }} is:pr is:merged merged:>=YYYY-MM-DD` (replace YYYY-MM-DD with yesterday's date)
57+
- Search for pull requests merged in the last 24 hours using `search_pull_requests` with a query like: `repo:Azure/azure-dev is:pr is:merged merged:>=YYYY-MM-DD` (replace YYYY-MM-DD with yesterday's date)
5958
- Get details of each merged PR using `pull_request_read`
6059
- Review commits from the last 24 hours using `list_commits`
6160
- Get detailed commit information using `get_commit` for significant changes

0 commit comments

Comments
 (0)