Skip to content

Commit 36170c7

Browse files
authored
Merge branch 'main' into claude/add-grouping-sorting-options
2 parents 11a23e0 + deb1a60 commit 36170c7

19 files changed

Lines changed: 71 additions & 74 deletions

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @github/ospo-github-actions
1+
* @zkoppert @jmeridth

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22

33
contact_links:
44
- name: Ask a question
5-
url: https://github.com/github/issue-metrics/discussions/new
5+
url: https://github.com/github-community-projects/issue-metrics/discussions/new
66
about: Ask a question or start a discussion
77
- name: GitHub OSPO GitHub Action Overall Issue
88
url: https://github.com/github/github-ospo/issues/new

.github/pull_request_template.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ examples: "feat: add new logger" or "fix: remove unused imports"
2020
- [ ] If documentation is needed for this change, has that been included in this pull request
2121
- [ ] run `make lint` and fix any issues that you have introduced
2222
- [ ] run `make test` and ensure you have test coverage for the lines you are introducing
23-
- [ ] If publishing new data to the public (scorecards, security scan results, code quality results, live dashboards, etc.), please request review from `@jeffrey-luszcz`
24-
25-
### Reviewer
26-
27-
- [ ] Label as either `fix`, `documentation`, `enhancement`, `infrastructure`, `maintenance`, or `breaking`

.github/workflows/contributor_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
2828
2929
- name: Run contributor action
30-
uses: github-community-projects/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 # v1.7.8
30+
uses: github-community-projects/contributors@aff93cf32786e5eb578185bdeb52b96f341ba79b # v2.0.2
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
START_DATE: ${{ env.START_DATE }}
3434
END_DATE: ${{ env.END_DATE }}
35-
REPOSITORY: github/issue-metrics
35+
REPOSITORY: github-community-projects/issue-metrics
3636
SPONSOR_INFO: "true"
3737

3838
- name: Create issue

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ All types of contributions are encouraged and valued. See the [Table of Contents
1919

2020
## I Have a Question
2121

22-
Before you ask a question, it is best to search for existing [Issues](https://github.com/github/issue-metrics/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue.
22+
Before you ask a question, it is best to search for existing [Issues](https://github.com/github-community-projects/issue-metrics/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue.
2323

2424
If you then still feel the need to ask a question and need clarification, we recommend the following:
2525

26-
- Open an [Issue](https://github.com/github/issue-metrics/issues/new).
26+
- Open an [Issue](https://github.com/github-community-projects/issue-metrics/issues/new).
2727
- Provide as much context as you can about what you're running into.
2828
- Provide project and platform versions (Node.js, npm, etc), depending on what seems relevant.
2929

@@ -45,7 +45,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
4545

4646
- Make sure that you are using the latest version.
4747
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the documentation. If you are looking for support, you might want to check [this section](#i-have-a-question)).
48-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/github/issue-metrics/issues).
48+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/github-community-projects/issue-metrics/issues).
4949
- Collect information about the bug:
5050
- Stack trace (Traceback)
5151
- OS, Platform and Version (Windows, Linux, macOS, x86, ARM)
@@ -57,7 +57,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
5757

5858
### How Do I Submit a Good Bug Report?
5959

60-
Please submit a bug report using our [GitHub Issues template](https://github.com/github/issue-metrics/issues/new?template=bug_report.yml).
60+
Please submit a bug report using our [GitHub Issues template](https://github.com/github-community-projects/issue-metrics/issues/new?template=bug_report.yml).
6161

6262
## Suggesting Enhancements
6363

@@ -69,14 +69,14 @@ This section guides you through submitting an enhancement suggestion for issue-m
6969

7070
- Make sure that you are using the latest version.
7171
- Read the documentation carefully and find out if the functionality is already covered, maybe by an individual configuration.
72-
- Perform a [search](https://github.com/github/issue-metrics/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
72+
- Perform a [search](https://github.com/github-community-projects/issue-metrics/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
7373
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature or to develop the feature yourself and contribute it to the project.
7474

7575
<!-- omit in toc -->
7676

7777
### How Do I Submit a Good Enhancement Suggestion?
7878

79-
Please submit an enhancement suggestion using our [GitHub Issues template](https://github.com/github/issue-metrics/issues/new?template=feature_request.yml).
79+
Please submit an enhancement suggestion using our [GitHub Issues template](https://github.com/github-community-projects/issue-metrics/issues/new?template=feature_request.yml).
8080

8181
### Pull Request Standards
8282

@@ -86,4 +86,4 @@ We are using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.
8686

8787
Releases are automated if a pull request is labelled with our [SemVer related labels](.github/release-drafter.yml) or with the `vuln` or `release` labels.
8888

89-
You can also manually initiate a release you can do so through the GitHub Actions UI. If you have permissions to do so, you can navigate to the [Actions tab](https://github.com/github/issue-metrics/actions/workflows/release.yml) and select the `Run workflow` button. This will allow you to select the branch to release from and the version to release.
89+
You can also manually initiate a release you can do so through the GitHub Actions UI. If you have permissions to do so, you can navigate to the [Actions tab](https://github.com/github-community-projects/issue-metrics/actions/workflows/release.yml) and select the `Run workflow` button. This will allow you to select the branch to release from and the version to release.

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ LABEL com.github.actions.name="issue-metrics" \
77
com.github.actions.icon="check-square" \
88
com.github.actions.color="white" \
99
maintainer="@zkoppert" \
10-
org.opencontainers.image.url="https://github.com/github/issue-metrics" \
11-
org.opencontainers.image.source="https://github.com/github/issue-metrics" \
12-
org.opencontainers.image.documentation="https://github.com/github/issue-metrics" \
10+
org.opencontainers.image.url="https://github.com/github-community-projects/issue-metrics" \
11+
org.opencontainers.image.source="https://github.com/github-community-projects/issue-metrics" \
12+
org.opencontainers.image.documentation="https://github.com/github-community-projects/issue-metrics" \
1313
org.opencontainers.image.vendor="GitHub" \
1414
org.opencontainers.image.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc."
1515

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Issue Metrics Action
22

3-
[![CodeQL](https://github.com/github/issue-metrics/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/github-code-scanning/codeql)
4-
[![Docker Image CI](https://github.com/github/issue-metrics/actions/workflows/docker-image.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/docker-image.yml)
5-
[![Python package](https://github.com/github/issue-metrics/actions/workflows/python-package.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/python-package.yml)
6-
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/github/issue-metrics/badge)](https://scorecard.dev/viewer/?uri=github.com/github/issue-metrics)
3+
> [!IMPORTANT]
4+
> This repository has been transferred from `github/issue-metrics` to `github-community-projects/issue-metrics`. Please update any references to the old repository location.
5+
6+
[![CodeQL](https://github.com/github-community-projects/issue-metrics/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/github-community-projects/issue-metrics/actions/workflows/github-code-scanning/codeql)
7+
[![Docker Image CI](https://github.com/github-community-projects/issue-metrics/actions/workflows/docker-image.yml/badge.svg)](https://github.com/github-community-projects/issue-metrics/actions/workflows/docker-image.yml)
8+
[![Python package](https://github.com/github-community-projects/issue-metrics/actions/workflows/python-package.yml/badge.svg)](https://github.com/github-community-projects/issue-metrics/actions/workflows/python-package.yml)
9+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/github-community-projects/issue-metrics/badge)](https://scorecard.dev/viewer/?uri=github.com/github-community-projects/issue-metrics)
710
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9501/badge)](https://www.bestpractices.dev/projects/9501)
811

912
This is a GitHub Action that searches for issues/pull requests/discussions in a repository, measures several metrics, and generates a report in form of a GitHub issue.
@@ -74,7 +77,7 @@ jobs:
7477
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
7578
7679
- name: Run issue-metrics tool
77-
uses: github/issue-metrics@v3
80+
uses: github-community-projects/issue-metrics@v4
7881
env:
7982
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8083
SEARCH_QUERY: 'repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'
@@ -96,7 +99,7 @@ jobs:
9699
97100
## Support
98101
99-
If you need support using this project or have questions about it, please [open up an issue in this repository](https://github.com/github/issue-metrics/issues). Requests made directly to GitHub staff or support team will be redirected here to open an issue. GitHub SLA's and support/services contracts do not apply to this repository.
102+
If you need support using this project or have questions about it, please [open up an issue in this repository](https://github.com/github-community-projects/issue-metrics/issues). Requests made directly to GitHub staff or support team will be redirected here to open an issue. GitHub SLA's and support/services contracts do not apply to this repository.
100103
101104
### OSPO GitHub Actions as a Whole
102105

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "github"
44
description: "A GitHub Action to report out issue metrics"
55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/github/issue_metrics:v3"
7+
image: "docker://ghcr.io/github-community-projects/issue_metrics:v4"
88
branding:
99
icon: "check-square"
1010
color: "white"

docs/assign-team-instead-of-individual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
4747
4848
- name: Run issue-metrics tool
49-
uses: github/issue-metrics@v3
49+
uses: github-community-projects/issue-metrics@v4
5050
env:
5151
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
SEARCH_QUERY: 'repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'

docs/authenticating-with-github-app-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3939
4040
- name: Run issue-metrics tool
41-
uses: github/issue-metrics@v3
41+
uses: github-community-projects/issue-metrics@v4
4242
env:
4343
GH_APP_ID: ${{ secrets.GH_APP_ID }}
4444
GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }}

0 commit comments

Comments
 (0)