Skip to content

Commit 95959ca

Browse files
authored
Merge pull request #434 from github-community-projects/update-org-name
build: update org name from github to github-community-projects
2 parents 3338c21 + 9a58cc4 commit 95959ca

File tree

8 files changed

+35
-30
lines changed

8 files changed

+35
-30
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: false
22

33
contact_links:
44
- name: Ask a question
5-
url: https://github.com/github/stale-repos/discussions/new
5+
url: https://github.com/github-community-projects/stale-repos/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/use-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Run stale_repos tool
26-
uses: docker://ghcr.io/github/stale_repos:v6
26+
uses: docker://ghcr.io/github-community-projects/stale_repos:v7
2727
env:
2828
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2929
ORGANIZATION: github

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/stale-repos/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/stale-repos/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/stale-repos/issues/new).
26+
- Open an [Issue](https://github.com/github-community-projects/stale-repos/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/stale-repos/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/stale-repos/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/stale-repos/issues/new?template=bug_report.yml).
60+
Please submit a bug report using our [GitHub Issues template](https://github.com/github-community-projects/stale-repos/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 stale_r
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/stale-repos/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/stale-repos/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/stale-repos/issues/new?template=feature_request.yml).
79+
Please submit an enhancement suggestion using our [GitHub Issues template](https://github.com/github-community-projects/stale-repos/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/stale-repos/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 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/stale-repos/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="stale-repos" \
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/stale-repos" \
11-
org.opencontainers.image.source="https://github.com/github/stale-repos" \
12-
org.opencontainers.image.documentation="https://github.com/github/stale-repos" \
10+
org.opencontainers.image.url="https://github.com/github-community-projects/stale-repos" \
11+
org.opencontainers.image.source="https://github.com/github-community-projects/stale-repos" \
12+
org.opencontainers.image.documentation="https://github.com/github-community-projects/stale-repos" \
1313
org.opencontainers.image.vendor="GitHub" \
1414
org.opencontainers.image.description="Find stale repositories in a GitHub organization."
1515

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Stale Repos Action
22

3-
[![Lint Code Base](https://github.com/github/stale-repos/actions/workflows/linter.yaml/badge.svg)](https://github.com/github/stale-repos/actions/workflows/linter.yaml)
4-
[![CodeQL](https://github.com/github/stale-repos/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/github/stale-repos/actions/workflows/github-code-scanning/codeql)
5-
[![Docker Image CI](https://github.com/github/stale-repos/actions/workflows/docker-image.yml/badge.svg)](https://github.com/github/stale-repos/actions/workflows/docker-image.yml)
6-
[![Python CI](https://github.com/github/stale-repos/actions/workflows/python-package.yml/badge.svg)](https://github.com/github/stale-repos/actions/workflows/python-package.yml)
7-
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/github/stale-repos/badge)](https://scorecard.dev/viewer/?uri=github.com/github/stale-repos)
3+
> [!IMPORTANT]
4+
> This repository has moved from `github/stale-repos` to `github-community-projects/stale-repos`.
5+
> Please update your git remote:
6+
>
7+
> ```shell
8+
> git remote set-url origin git@github.com:github-community-projects/stale-repos.git
9+
> ```
10+
>
11+
> Note: replace `origin` with the name of your remote if it's different.
12+
13+
[![Lint Code Base](https://github.com/github-community-projects/stale-repos/actions/workflows/linter.yaml/badge.svg)](https://github.com/github-community-projects/stale-repos/actions/workflows/linter.yaml)
14+
[![CodeQL](https://github.com/github-community-projects/stale-repos/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/github-community-projects/stale-repos/actions/workflows/github-code-scanning/codeql)
15+
[![Docker Image CI](https://github.com/github-community-projects/stale-repos/actions/workflows/docker-image.yml/badge.svg)](https://github.com/github-community-projects/stale-repos/actions/workflows/docker-image.yml)
16+
[![Python CI](https://github.com/github-community-projects/stale-repos/actions/workflows/python-package.yml/badge.svg)](https://github.com/github-community-projects/stale-repos/actions/workflows/python-package.yml)
17+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/github-community-projects/stale-repos/badge)](https://scorecard.dev/viewer/?uri=github.com/github-community-projects/stale-repos)
818
919
(Used by the `github` organization!)
1020
@@ -20,7 +30,7 @@ If you are looking to identify stale pull requests and issues, check out [action
2030
2131
## Support
2232
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/stale-repos/issues).
33+
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/stale-repos/issues).
2434
Requests made directly to GitHub staff or support team will be redirected here to open an issue.
2535
GitHub SLA's and support/services contracts do not apply to this repository.
2636
@@ -98,7 +108,7 @@ jobs:
98108
- uses: actions/checkout@v4
99109
100110
- name: Run stale_repos tool
101-
uses: github/stale-repos@v6
111+
uses: github-community-projects/stale-repos@v7
102112
env:
103113
GH_TOKEN: ${{ secrets.GH_TOKEN }}
104114
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -147,7 +157,7 @@ jobs:
147157
148158
steps:
149159
- name: Run stale_repos tool
150-
uses: github/stale-repos@v6
160+
uses: github-community-projects/stale-repos@v7
151161
env:
152162
GH_TOKEN: ${{ secrets.GH_TOKEN }}
153163
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -196,7 +206,7 @@ jobs:
196206
steps:
197207
- name: Run stale_repos tool
198208
id: stale-repos
199-
uses: github/stale-repos@v3
209+
uses: github-community-projects/stale-repos@v7
200210
env:
201211
GH_TOKEN: ${{ secrets.GH_TOKEN }}
202212
ORGANIZATION: ${{ secrets.ORGANIZATION }}
@@ -245,7 +255,7 @@ jobs:
245255
org: [org1, org2]
246256
steps:
247257
- name: "run stale-repos"
248-
uses: github/stale-repos@v3
258+
uses: github-community-projects/stale-repos@v7
249259
env:
250260
GH_TOKEN: ${{ secrets.GH_TOKEN }}
251261
ORGANIZATION: ${{ matrix.org }}
@@ -275,7 +285,7 @@ jobs:
275285
- uses: actions/checkout@v4
276286
277287
- name: Run stale_repos tool
278-
uses: github/stale-repos@v6
288+
uses: github-community-projects/stale-repos@v7
279289
env:
280290
GH_APP_ID: ${{ secrets.GH_APP_ID }}
281291
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
@@ -7,7 +7,7 @@ outputs:
77
description: "Inactive Repos in the organization"
88
runs:
99
using: "docker"
10-
image: "docker://ghcr.io/github/stale_repos:v6"
10+
image: "docker://ghcr.io/github-community-projects/stale_repos:v7"
1111
branding:
1212
icon: "check-square"
1313
color: "white"

0 commit comments

Comments
 (0)