Skip to content

Commit

Permalink
Merge pull request #2 from github/README
Browse files Browse the repository at this point in the history
docs: Add project description
  • Loading branch information
zkoppert authored Jun 1, 2023
2 parents ed9437a + 01456ad commit 7f8efc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7f8efc9

Please sign in to comment.