Skip to content

Commit de19001

Browse files
authored
#11 Migrate repository (#12)
1 parent e17bf81 commit de19001

20 files changed

+121
-180
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Default code owner
22

3-
* @Senzing/senzing-community
3+
* @senzing-garage/senzing-mechanics

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/documentation_request.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: add-label-customer-submission.yaml
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
env:
7+
MEMBER_LIST: ${{ secrets.SENZING_MEMBERS }}
8+
CREATOR: ${{ github.actor }}
9+
jobs:
10+
automate-issues-labels:
11+
name: Add customer-submission label to issue
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Add customer-submission label
15+
env:
16+
BOOL: ${{ contains( env.MEMBER_LIST, env.CREATOR ) }}
17+
if: ${{ env.BOOL == 'false' }}
18+
uses: andymckay/labeler@1.0.4
19+
with:
20+
add-labels: "customer-submission"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: add-label-triage.yaml
2+
on:
3+
issues:
4+
types:
5+
- reopened
6+
- opened
7+
jobs:
8+
automate-issues-labels:
9+
name: Add triage label to issue
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Add triage label
13+
uses: andymckay/labeler@1.0.4
14+
with:
15+
add-labels: "triage"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: add-to-project-garage-dependabot.yaml
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- reopened
7+
env:
8+
CREATOR: ${{ github.event.pull_request.user.login }}
9+
jobs:
10+
add-to-project:
11+
name: Add dependabot pull request to project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Assign pull request to project
15+
env:
16+
BOOL: ${{ contains( env.CREATOR, 'dependabot' ) }}
17+
if: ${{ env.BOOL == 'true' }}
18+
uses: actions/add-to-project@v0.5.0
19+
with:
20+
project-url: https://github.com/orgs/senzing-garage/projects/3
21+
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: add-to-project-garage.yaml
2+
on:
3+
issues:
4+
types:
5+
- reopened
6+
- opened
7+
jobs:
8+
add-to-project:
9+
name: Add issue to project
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Assign issue to project
13+
uses: actions/add-to-project@v0.5.0
14+
with:
15+
project-url: https://github.com/orgs/senzing-garage/projects/3
16+
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}

.github/workflows/add-to-project-t-comm.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/add-triage-label.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: dependabot-approve-and-merge.yaml
2+
on:
3+
pull_request:
4+
branches: [main]
5+
jobs:
6+
dependabot-approve-and-merge:
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
uses: Senzing/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@main
11+
secrets:
12+
SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}

.github/workflows/identify-customer.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: move-pr-to-done.yaml
2+
on:
3+
pull_request:
4+
types: [closed]
5+
jobs:
6+
move-pr-to-done:
7+
uses: Senzing/build-resources/.github/workflows/move-pr-to-done.yaml@main
8+
secrets:
9+
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
.history

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@senzing.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at <support@senzing.com>. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ These variables may be modified, but do not need to be modified.
8282
The variables are used throughout the installation procedure.
8383

8484
```console
85-
export GIT_ACCOUNT=senzing
85+
export GIT_ACCOUNT=senzing-garage
8686
export GIT_REPOSITORY=support
8787
```
8888

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# support
1+
# support
2+
3+
If you are beginning your journey with
4+
[Senzing](https://senzing.com/),
5+
please start with
6+
[Senzing Quick Start guides](https://docs.senzing.com/quickstart/).
7+
8+
You are in the
9+
[Senzing Garage](https://github.com/senzing-garage)
10+
where projects are "tinkered" on.
11+
Although this GitHub repository may help you understand an approach to using Senzing,
12+
it's not considered to be "production ready" and is not considered to be part of the Senzing product.
13+
Heck, it may not even be appropriate for your application of Senzing!

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ <h3>GitHub issues</h3>
102102
If a new feature that spans repositories or requires
103103
a new repository is requested, first see if it is
104104
already on the the <a
105-
href="https://github.com/Senzing/community-roadmap">Senzing
105+
href="https://github.com/senzing-garage/community-roadmap">Senzing
106106
Community Roadmap</a>. If it isn't on the roadmap,
107107
make a <a
108-
href="https://github.com/Senzing/community-roadmap/issues/new?template=feature_request.md">new
108+
href="https://github.com/senzing-garage/community-roadmap/issues/new?template=feature_request.md">new
109109
request</a>.
110110
</p>
111111
</div>

0 commit comments

Comments
 (0)