Skip to content

Commit 373891b

Browse files
authored
Merge pull request #398 from github-community-projects/update-org-references
fix: Update org references from github/ to github-community-projects/
2 parents 2f4fe0a + a6153c7 commit 373891b

10 files changed

Lines changed: 41 additions & 41 deletions

File tree

.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/contributors/discussions/new
5+
url: https://github.com/github-community-projects/contributors/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/workflows/contributors_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
3131
3232
- name: Run contributor action
33-
uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238
33+
uses: github-community-projects/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
START_DATE: ${{ env.START_DATE }}
3737
END_DATE: ${{ env.END_DATE }}
38-
REPOSITORY: github/contributors
38+
REPOSITORY: github-community-projects/contributors
3939
SPONSOR_INFO: "true"
4040

4141
- 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/contributors/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/contributors/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/contributors/issues/new).
26+
- Open an [Issue](https://github.com/github-community-projects/contributors/issues/new).
2727
- Provide as much context as you can about what you're running into.
2828
- Provide project and platform versions (nodejs, 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/contributors/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/contributors/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/contributors/issues/new?template=bug_report.yml).
60+
Please submit a bug report using our [GitHub Issues template](https://github.com/github-community-projects/contributors/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 contrib
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/contributors/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/contributors/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/contributors/issues/new?template=feature_request.yml).
79+
Please submit an enhancement suggestion using our [GitHub Issues template](https://github.com/github-community-projects/contributors/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/contributors/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/contributors/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="contributors" \
77
com.github.actions.icon="users" \
88
com.github.actions.color="green" \
99
maintainer="@zkoppert" \
10-
org.opencontainers.image.url="https://github.com/github/contributors" \
11-
org.opencontainers.image.source="https://github.com/github/contributors" \
12-
org.opencontainers.image.documentation="https://github.com/github/contributors" \
10+
org.opencontainers.image.url="https://github.com/github-community-projects/contributors" \
11+
org.opencontainers.image.source="https://github.com/github-community-projects/contributors" \
12+
org.opencontainers.image.documentation="https://github.com/github-community-projects/contributors" \
1313
org.opencontainers.image.vendor="GitHub" \
1414
org.opencontainers.image.description="GitHub Action that given an organization or repository, produces information about the contributors over the specified time period."
1515

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Contributors action
22

3-
[![Python package](https://github.com/github/contributors/actions/workflows/python-ci.yml/badge.svg)](https://github.com/github/contributors/actions/workflows/python-ci.yml)
4-
[![Docker Image CI](https://github.com/github/contributors/actions/workflows/docker-ci.yml/badge.svg)](https://github.com/github/contributors/actions/workflows/docker-ci.yml)
5-
[![CodeQL](https://github.com/github/contributors/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/github/contributors/actions/workflows/github-code-scanning/codeql)
6-
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/github/contributors/badge)](https://scorecard.dev/viewer/?uri=github.com/github/contributors)
3+
[![Python package](https://github.com/github-community-projects/contributors/actions/workflows/python-ci.yml/badge.svg)](https://github.com/github-community-projects/contributors/actions/workflows/python-ci.yml)
4+
[![Docker Image CI](https://github.com/github-community-projects/contributors/actions/workflows/docker-ci.yml/badge.svg)](https://github.com/github-community-projects/contributors/actions/workflows/docker-ci.yml)
5+
[![CodeQL](https://github.com/github-community-projects/contributors/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/github-community-projects/contributors/actions/workflows/github-code-scanning/codeql)
6+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/github-community-projects/contributors/badge)](https://scorecard.dev/viewer/?uri=github.com/github-community-projects/contributors)
77

88
This is a GitHub Action that given an organization or specified repositories, produces information about the [contributors](https://chaoss.community/kb/metric-contributors/) over the specified time period.
99

@@ -20,7 +20,7 @@ This action was developed by the GitHub OSPO for our own use and developed in a
2020

2121
## Support
2222

23-
If you need support using this project or have questions about it, please [open up an issue in this repository](https://github.com/github/contributors/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.
23+
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/contributors/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.
2424

2525
### OSPO GitHub Actions as a Whole
2626

@@ -85,16 +85,16 @@ This action can be configured to authenticate with GitHub App Installation or Pe
8585

8686
#### Other Configuration Options
8787

88-
| field | required | default | description |
89-
| ------------------- | ----------------------------------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
90-
| `GH_ENTERPRISE_URL` | False | "" | The `GH_ENTERPRISE_URL` is used to connect to an enterprise server instance of GitHub. github.com users should not enter anything here. |
91-
| `ORGANIZATION` | Required to have `ORGANIZATION` or `REPOSITORY` | | The name of the GitHub organization which you want the contributor information of all repos from. ie. github.com/github would be `github` |
92-
| `REPOSITORY` | Required to have `ORGANIZATION` or `REPOSITORY` | | The name of the repository and organization which you want the contributor information from. ie. `github/contributors` or a comma separated list of multiple repositories `github/contributor,super-linter/super-linter` |
93-
| `START_DATE` | False | Beginning of time | The date from which you want to start gathering contributor information. ie. Aug 1st, 2023 would be `2023-08-01`. |
94-
| `END_DATE` | False | Current Date | The date at which you want to stop gathering contributor information. Must be later than the `START_DATE`. ie. Aug 2nd, 2023 would be `2023-08-02` |
95-
| `SPONSOR_INFO` | False | False | If you want to include sponsor information in the output. This will include the sponsor count and the sponsor URL. This will impact action performance. ie. SPONSOR_INFO = "False" or SPONSOR_INFO = "True" |
96-
| `LINK_TO_PROFILE` | False | True | If you want to link usernames to their GitHub profiles in the output. ie. LINK_TO_PROFILE = "True" or LINK_TO_PROFILE = "False" |
97-
| `OUTPUT_FILENAME` | False | contributors.md | The output filename for the markdown report. ie. OUTPUT_FILENAME = "my-report.md" |
88+
| field | required | default | description |
89+
| ------------------- | ----------------------------------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
90+
| `GH_ENTERPRISE_URL` | False | "" | The `GH_ENTERPRISE_URL` is used to connect to an enterprise server instance of GitHub. github.com users should not enter anything here. |
91+
| `ORGANIZATION` | Required to have `ORGANIZATION` or `REPOSITORY` | | The name of the GitHub organization which you want the contributor information of all repos from. ie. github.com/github would be `github` |
92+
| `REPOSITORY` | Required to have `ORGANIZATION` or `REPOSITORY` | | The name of the repository and organization which you want the contributor information from. ie. `github-community-projects/contributors` or a comma separated list of multiple repositories `github/contributor,super-linter/super-linter` |
93+
| `START_DATE` | False | Beginning of time | The date from which you want to start gathering contributor information. ie. Aug 1st, 2023 would be `2023-08-01`. |
94+
| `END_DATE` | False | Current Date | The date at which you want to stop gathering contributor information. Must be later than the `START_DATE`. ie. Aug 2nd, 2023 would be `2023-08-02` |
95+
| `SPONSOR_INFO` | False | False | If you want to include sponsor information in the output. This will include the sponsor count and the sponsor URL. This will impact action performance. ie. SPONSOR_INFO = "False" or SPONSOR_INFO = "True" |
96+
| `LINK_TO_PROFILE` | False | True | If you want to link usernames to their GitHub profiles in the output. ie. LINK_TO_PROFILE = "True" or LINK_TO_PROFILE = "False" |
97+
| `OUTPUT_FILENAME` | False | contributors.md | The output filename for the markdown report. ie. OUTPUT_FILENAME = "my-report.md" |
9898

9999
**Note**: If `start_date` and `end_date` are specified then the action will determine if the contributor is new. A new contributor is one that has contributed in the date range specified but not before the start date.
100100

@@ -138,7 +138,7 @@ jobs:
138138
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
139139
140140
- name: Run contributor action
141-
uses: github/contributors@v1
141+
uses: github-community-projects/contributors@v1
142142
env:
143143
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144144
START_DATE: ${{ env.START_DATE }}
@@ -191,7 +191,7 @@ jobs:
191191
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
192192
193193
- name: Run contributor action
194-
uses: github/contributors@v1
194+
uses: github-community-projects/contributors@v1
195195
env:
196196
GH_APP_ID: ${{ secrets.GH_APP_ID }}
197197
GH_APP_INSTALLATION_ID: ${{ secrets.GH_APP_INSTALLATION_ID }}

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 contributors and contributions to a repository or organization"
55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/github/contributors:v1"
7+
image: "docker://ghcr.io/github-community-projects/contributors:v1"
88
branding:
99
icon: "users"
1010
color: "green"

contributor_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# "new_contributor" : "False",
77
# "avatar_url" : "https://avatars.githubusercontent.com/u/29484535?v=4",
88
# "contribution_count" : 1261,
9-
# "commit_url" : "https://github.com/github/contributors/commits?author=zkoppert&since=2023-10-01&until=2023-10-05"
9+
# "commit_url" : "https://github.com/github-community-projects/contributors/commits?author=zkoppert&since=2023-10-01&until=2023-10-05"
1010
# "sponsor_info" : "https://github.com/sponsors/zkoppert"
1111
# }
1212
# ]

json_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def write_to_json(
3737
# "repository_list": [
3838
# "github/stale-repos",
3939
# "github/issue-metrics",
40-
# "github/contributors",
40+
# "github-community-projects/contributors",
4141
# "github/automatic-contrib-prs",
4242
# "github/evergreen",
4343
# "github/cleanowners"

markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def generate_markdown_content(
129129
content += (
130130
"\n _this file was generated by the "
131131
"[Contributors GitHub Action]"
132-
"(https://github.com/github/contributors)_\n"
132+
"(https://github.com/github-community-projects/contributors)_\n"
133133
)
134134
return content
135135

0 commit comments

Comments
 (0)