Skip to content

Commit 7d23d9a

Browse files
committed
init commit
0 parents  commit 7d23d9a

23 files changed

+1616
-0
lines changed

.env.example

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GitHub Migration Variables (GHMV)
2+
GHMV_SOURCE_ORGANIZATION=
3+
GHMV_SOURCE_HOSTNAME=
4+
GHMV_SOURCE_TOKEN=
5+
GHMV_TARGET_ORGANIZATION=
6+
GHMV_TARGET_HOSTNAME=
7+
GHMV_TARGET_TOKEN=
8+
GHMV_FILE=${GHMV_SOURCE_ORGANIZATION}_variables.csv

.github/CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Default Owners
2+
3+
* @cvega

.github/ISSUE_TEMPLATE/bug_report.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: 'Bug report'
3+
about: 'Create a bug report to help improve this project'
4+
title: 'PLEASE DESCRIBE THE BUG'
5+
labels: ':bug: bug'
6+
assignees: ''
7+
---
8+
9+
### Describe the bug
10+
11+
A clear and concise description of what the bug is.
12+
13+
### To Reproduce
14+
15+
Steps to reproduce the behavior:
16+
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
### Expected behavior
23+
24+
25+
A clear and concise description of what you expected to happen.
26+
27+
### Environment
28+
29+
> (please complete the following information)
30+
31+
- Go version [e.g. 1.14.2]
32+
- Shell Type: [e.g. bash, zsh]
33+
- Terminal: [e.g. native, iTerm, hyper]
34+
35+
### Additional context
36+
37+
Add any other context about the problem here.
38+

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: 'Feature request'
3+
about: 'Suggest an idea for this project'
4+
title: 'PLEASE DESCRIBE THE FEATURE REQUEST'
5+
6+
labels: ':construction: feature-request'
7+
assignees: ''
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
15+
### Describe the solution you'd like
16+
17+
A clear and concise description of what you want to happen.
18+
19+
### Describe alternatives you've considered
20+
21+
22+
A clear and concise description of any alternative solutions or features you've considered.
23+
24+
### Additional context
25+
26+
Add any other context or screenshots about the feature request here.

.github/code_of_conduct.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
12+
- Using welcoming and inclusive language
13+
- Being respectful of differing viewpoints and experiences
14+
- Gracefully accepting constructive criticism
15+
- Focusing on what is best for the community
16+
- Showing empathy towards other community members
17+
18+
19+
Examples of unacceptable behavior by participants include:
20+
21+
- The use of sexualized language or imagery and unwelcome sexual attention or advances
22+
- Trolling, insulting/derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or electronic address, without explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Our Responsibilities
28+
29+
30+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
31+
32+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
33+
34+
## Scope
35+
36+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
37+
38+
## Enforcement
39+
40+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. 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.
41+
42+
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.
43+
44+
## Attribution
45+
46+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
47+
48+
[homepage]: http://contributor-covenant.org
49+
[version]: http://contributor-covenant.org/version/1/4/
50+

.github/contributing.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Contributing
2+
3+
[fork]: /fork
4+
[pr]: /compare
5+
6+
Hi there! I'm thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
7+
8+
9+
## Submitting a pull request
10+
11+
12+
1. [Fork][fork] and clone the repository
13+
1. Create a new branch: `git checkout -b my-branch-name`
14+
1. Make your change
15+
16+
1. Push to your fork and [submit a pull request][pr]
17+
18+
1. Pat your self on the back and wait for your pull request to be reviewed and merged.
19+
20+
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
21+
22+
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
23+
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
24+
25+
Work in Progress pull request are also welcome to get feedback early on, or if there is something blocked you.
26+
27+
## Resources
28+
29+
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
30+
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
31+
- [GitHub Help](https://help.github.com)

.github/workflows/build.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: build
2+
on:
3+
push:
4+
branches:
5+
- main
6+
paths-ignore:
7+
- "*.md"
8+
pull_request:
9+
branches:
10+
- main
11+
paths-ignore:
12+
- "*.md"
13+
14+
jobs:
15+
build:
16+
runs-on: ubuntu-latest
17+
concurrency:
18+
group: build-${{ github.ref }}
19+
cancel-in-progress: true
20+
permissions: read-all
21+
env:
22+
CI: true
23+
steps:
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
25+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed #v5.1.0
26+
with:
27+
go-version: 1.23
28+
- run: go get -v -t -d ./...
29+
- run: go build -v .
30+

.github/workflows/release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: release
2+
on:
3+
push:
4+
tags:
5+
- "v*"
6+
permissions:
7+
contents: write
8+
9+
jobs:
10+
release:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
14+
- uses: cli/gh-extension-precompile@v2
15+
with:
16+
go_version: 1.23

.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# If you prefer the allow list template instead of the deny list, see community template:
2+
3+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
4+
5+
#
6+
# Binaries for programs and plugins
7+
*.exe
8+
*.exe~
9+
*.dll
10+
*.so
11+
*.dylib
12+
13+
14+
# Test binary, built with `go test -c`
15+
*.test
16+
17+
18+
# Output of the go coverage tool, specifically when used with LiteIDE
19+
*.out
20+
21+
# Go workspace file
22+
go.work
23+
24+
# Go Patch
25+
/vendor/
26+
/Godeps/
27+
28+
# env
29+
30+
31+
# Build outputs
32+
dist/
33+
/gh-migrate-variables
34+
/gh-mirgate-variables.exe
35+
36+
# Misc ignores
37+
.vscode/
38+
scratch
39+
*.csv
40+
*.log
41+
.vscode
42+
.env
43+
44+

.go-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.23.3

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 mona-actions
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)