Skip to content

Commit 5b4aaed

Browse files
committed
Update report & usage help in README.md
1 parent a0dec3a commit 5b4aaed

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
cp ./index.html build_outputs_folder/index.html
2828
- name: Create a new GitHub issues report, sorted by days
2929
run: |
30-
python gh_issues.py -s days,user -f -a -n -t build_outputs_folder/report_days.html
30+
python gh_issues.py -s days,user -f -a -t build_outputs_folder/report_days.html
3131
- name: Create a new GitHub issues report, sorted by user
3232
run: |
33-
python gh_issues.py -s user,days -f -a -n -t build_outputs_folder/report_user.html
33+
python gh_issues.py -s user,days -f -a -t build_outputs_folder/report_user.html
3434
- name: Upload artifact folder to GitHub Pages
3535
# See https://github.com/actions/upload-pages-artifact
3636
uses: actions/upload-pages-artifact@v3

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ python gh_issues.py -h
1111
You will see the following:
1212

1313
```txt
14-
usage: gh_issues.py [-h] [-s SORT] [-r] [-f] [-a] [-c] [-t HTML]
14+
usage: gh_issues.py [-h] [-s SORT] [-r] [-f] [-a] [-n] [-c] [-t HTML]
1515
1616
List open GitHub issues in repositories azure-sdk-for-python, azure-sdk-for-net, azure-sdk-for-java, azure-sdk-for-js.
17-
Only issues with labels AI Projects, AI Model Inference are shown.
17+
Only issues with labels AI Agents, AI Projects are shown.
1818
1919
options:
2020
-h, --help show this help message and exit
@@ -23,6 +23,8 @@ options:
2323
-f, --no-features Do not include issues labeled `feature-request`
2424
-a, --no-issue-addressed
2525
Do not include issues labeled `issue-addressed`
26+
-n, --no-needs-author-feedback
27+
Do not include issues labeled `needs-author-feedback`
2628
-c, --closed Show closed issues instead of opened issues
2729
-t HTML, --html HTML Export results as HTML to this file name, for example '-t report.html'
2830
```

0 commit comments

Comments
 (0)