diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 55a7198..297ff85 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, 3.11] + python-version: [3.11] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index d2dbd98..274d968 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Issue Metrics Action -TODO: repo description +This is a GitHub Action that searches for pull requests/issues in a repository and measures +the time to first response for each issue. It then calculates the average time +to first response and writes the issues with their time to first response to a +Markdown file. The issues to search for can be filtered by using a search query. + +To find syntax for search queries, check out the [documentation](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests). ## Support