Skip to content

Commit

Permalink
Update developer-issue-metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbvegan authored Oct 18, 2023
1 parent 48f79fd commit 24e53ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/developer-issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:owner/repo is:issue created:2023-10-01..2023-10-31 -reason:"not planned"'
SEARCH_QUERY: 'repo:ethereum-optimism/developers is:issue created:2023-10-01..2023-10-31 -reason:"not planned"'

- name: Create issue for opened issues and prs
uses: peter-evans/create-issue-from-file@v4
Expand All @@ -46,7 +46,7 @@ jobs:
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:owner/repo is:issue closed:2023-10-01..2023-10-31 -reason:"not planned"'
SEARCH_QUERY: 'repo:ethereum-optimism/developers is:issue closed:2023-10-01..2023-10-31 -reason:"not planned"'

- name: Create issue for closed issues and prs
uses: peter-evans/create-issue-from-file@v4
Expand Down

0 comments on commit 24e53ce

Please sign in to comment.