Skip to content

Commit

Permalink
Add missing enviroment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchamp committed May 22, 2024
1 parent 95ad230 commit 8efa8f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/weekly_status_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- run: node scripts/gh_scripts/weekly_status_report.mjs ${{ env.TEAM_ABC_CONFIG }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
- run: node scripts/gh_scripts/weekly_status_report.mjs ${{ env.LEADS_G_CONFIG }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 7 additions & 1 deletion scripts/gh_scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,15 @@ A configuration file is required for this script to run properly. The file shou
### Details

The script prepares a digest containing the following sections:

*Recent comments* : A list of links to issues that need comments, broken down by lead.
*Untriaged issues* : List of issues which have the https://github.com/internetarchive/openlibrary/issues?q=is%3Aissue+is%3Aopen+label%3A%22Needs%3A+Triage%22 label. Only present if `forStaff` is `true`.

*Untriaged issues* : List of issues which have the https://github.com/internetarchive/openlibrary/labels/Needs%3A%20Triage label. Only present if `forStaff` is `true`.

*Unassigned PRs* : List of pull requests that do not have an assignee. Only present if `staffOnly` is `true`.

*Assigned PRs* : List of pull requests that have been assigned, broken down by lead. Links to higher priority PRs are also included here.

*Staff PRs* : List of all open staff PRs. Only present if `forStaff` is `true`.

*Submitter Input for PRs* : List of PRs that are labeled https://github.com/internetarchive/openlibrary/labels/Needs%3A%20Submitter%20Input, broken down by leads.

0 comments on commit 8efa8f0

Please sign in to comment.