Skip to content

Commit f97e3ee

Browse files
authored
Merge pull request #116 from github-community-projects/update-org-name
fix: Update org name from github to github-community-projects
2 parents 606f8ed + 90bfab8 commit f97e3ee

File tree

8 files changed

+33
-28
lines changed

8 files changed

+33
-28
lines changed

.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: true
22

33
contact_links:
44
- name: Ask a question
5-
url: https://github.com/github/measure-innersource/discussions/new
5+
url: https://github.com/github-community-projects/measure-innersource/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
START_DATE: ${{ env.START_DATE }}
3434
END_DATE: ${{ env.END_DATE }}
35-
REPOSITORY: github/measure-innersource
35+
REPOSITORY: github-community-projects/measure-innersource
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/measure-innersource/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/measure-innersource/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/measure-innersource/issues/new).
26+
- Open an [Issue](https://github.com/github-community-projects/measure-innersource/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/measure-innersource/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/measure-innersource/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/measure-innersource/issues/new?template=bug_report.yml).
60+
Please submit a bug report using our [GitHub Issues template](https://github.com/github-community-projects/measure-innersource/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 measure
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/measure-innersource/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/measure-innersource/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/measure-innersource/issues/new?template=feature_request.yml).
79+
Please submit an enhancement suggestion using our [GitHub Issues template](https://github.com/github-community-projects/measure-innersource/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/measure-innersource/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/measure-innersource/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="measure-innersource" \
77
com.github.actions.icon="bar-chart" \
88
com.github.actions.color="white" \
99
maintainer="@zkoppert" \
10-
org.opencontainers.image.url="https://github.com/github/measure-innersource" \
11-
org.opencontainers.image.source="https://github.com/github/measure-innersource" \
12-
org.opencontainers.image.documentation="https://github.com/github/measure-innersource" \
10+
org.opencontainers.image.url="https://github.com/github-community-projects/measure-innersource" \
11+
org.opencontainers.image.source="https://github.com/github-community-projects/measure-innersource" \
12+
org.opencontainers.image.documentation="https://github.com/github-community-projects/measure-innersource" \
1313
org.opencontainers.image.vendor="GitHub" \
1414
org.opencontainers.image.description="Measure and report on the InnerSource collaboration occurring in a given repository"
1515

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Measure InnerSource tool
22

3+
> [!IMPORTANT]
4+
> This repository has moved from `github/measure-innersource` to `github-community-projects/measure-innersource`.
5+
> Please update your git remote:
6+
>
7+
> ```shell
8+
> git remote set-url origin git@github.com:github-community-projects/measure-innersource.git
9+
> ```
10+
>
11+
> Note: replace `origin` with the name of your remote if it's different.
12+
313
This tool measures InnerSource collaboration in a given repository by analyzing issues, pull requests, and code contributions. It helps organizations track and improve their InnerSource adoption by quantifying the collaboration between different teams and departments.
414
515
## What is InnerSource?
@@ -358,7 +368,7 @@ Below is an example of the generated InnerSource report:
358368
359369
## Support
360370
361-
If you need support using this project or have questions about it, please [open up an issue in this repository](https://github.com/github/measure-innersource/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.
371+
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/measure-innersource/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.
362372
363373
### OSPO GitHub Actions as a Whole
364374
@@ -393,7 +403,7 @@ jobs:
393403
uses: actions/checkout@v4
394404
395405
- name: Measure InnerSource
396-
uses: github/measure-innersource@v1
406+
uses: github-community-projects/measure-innersource@v2
397407
env:
398408
REPOSITORY: "owner/repo"
399409
GH_TOKEN: ${{ secrets.GH_TOKEN }}
@@ -423,7 +433,7 @@ jobs:
423433
uses: actions/checkout@v4
424434
425435
- name: Measure InnerSource
426-
uses: github/measure-innersource@v1
436+
uses: github-community-projects/measure-innersource@v2
427437
env:
428438
REPOSITORY: "owner/repo"
429439
GH_APP_ID: ${{ secrets.APP_ID }}
@@ -454,7 +464,7 @@ jobs:
454464
uses: actions/checkout@v4
455465
456466
- name: Measure InnerSource
457-
uses: github/measure-innersource@v1
467+
uses: github-community-projects/measure-innersource@v2
458468
env:
459469
REPOSITORY: "internal-org/critical-service"
460470
GH_TOKEN: ${{ secrets.GHE_TOKEN }}
@@ -484,7 +494,7 @@ jobs:
484494
uses: actions/checkout@v4
485495
486496
- name: Measure InnerSource
487-
uses: github/measure-innersource@v1
497+
uses: github-community-projects/measure-innersource@v2
488498
env:
489499
REPOSITORY: "bigcorp/massive-monorepo"
490500
GH_TOKEN: ${{ secrets.GH_TOKEN }}
@@ -521,7 +531,7 @@ jobs:
521531
uses: actions/checkout@v4
522532
523533
- name: Measure InnerSource for ${{ matrix.repository }}
524-
uses: github/measure-innersource@v1
534+
uses: github-community-projects/measure-innersource@v2
525535
env:
526536
REPOSITORY: ${{ matrix.repository }}
527537
GH_TOKEN: ${{ secrets.GH_TOKEN }}
@@ -550,7 +560,7 @@ jobs:
550560
uses: actions/checkout@v4
551561
552562
- name: Measure InnerSource
553-
uses: github/measure-innersource@v1
563+
uses: github-community-projects/measure-innersource@v2
554564
env:
555565
REPOSITORY: "org/repository"
556566
GH_TOKEN: ${{ secrets.GH_TOKEN }}
@@ -595,7 +605,7 @@ This action can be configured to authenticate with GitHub App Installation or Pe
595605
| `RATE_LIMIT_BYPASS` | False | `false` | If set to `true`, the rate limit will be bypassed. This is useful if being run on an local GitHub server with rate limiting disabled. |
596606
| `OUTPUT_FILE` | False | `innersource_report.md` | Output filename. |
597607
| `REPORT_TITLE` | False | `"InnerSource Report"` | Title to have on the report issue. |
598-
| `REPOSITORY` | True | `""` | The name of the repository you are trying to measure. Format `owner/repo` ie. `github/measure-innersource` |
608+
| `REPOSITORY` | True | `""` | The name of the repository you are trying to measure. Format `owner/repo` ie. `github-community-projects/measure-innersource` |
599609
| `CHUNK_SIZE` | False | `100` | Number of items to process at once when fetching data. Increasing can improve performance but uses more memory. Minimum value is 10. |
600610
| `OWNING_TEAM` | False | `""` | Comma-separated list of GitHub usernames that own the repository. Overrides the built-in team determination algorithm. Example: `alice,bob,charlie` |
601611
@@ -826,7 +836,7 @@ The tool automatically splits large files, but you can:
826836
827837
If you continue to experience issues:
828838
829-
1. **Check Existing Issues**: Search the [GitHub Issues](https://github.com/github/measure-innersource/issues) for similar problems
839+
1. **Check Existing Issues**: Search the [GitHub Issues](https://github.com/github-community-projects/measure-innersource/issues) for similar problems
830840
2. **Create a New Issue**: Include:
831841
- Error messages (sanitized of sensitive information)
832842
- Configuration details (without secrets)

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 measure and report how much innersource collaboration in a repo"
55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/github/measure_innersource:v1"
7+
image: "docker://ghcr.io/github-community-projects/measure_innersource:v2"
88
branding:
99
icon: "bar-chart"
1010
color: "white"

0 commit comments

Comments
 (0)