From ee0e80eba97d95316baadd20bc126c6cfc023d2a Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Thu, 21 May 2026 17:06:41 -0400 Subject: [PATCH 1/9] Update README to reflect organization name change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f4e6314..72206ef3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # .github -*Community health files for the [@GitHub](https://github.com/github) organization* +*Community health files for the [@me] +(https://github.com/github) organization* For more information, please see the article on [creating a default community health file for your organization](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization). From fac58306404b8f2125c2e62ca9c859d6bb6571a0 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:02:14 -0400 Subject: [PATCH 2/9] Add application run instructions to README Added instructions to run the application using npm. --- profile/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profile/README.md b/profile/README.md index 09612429..0c0a5387 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,3 +1,8 @@ +To run this application: + +``` +npm run dev +``` ## Hey, this is us 👋 ![An illustration showing a variety of differently themed Octocats. Monuments from different cities are indicated in the background like the Space Needle, Berlin Fernsehturm and Transamerica Pyramid.](https://user-images.githubusercontent.com/3369400/133268513-5bfe2f93-4402-42c9-a403-81c9e86934b6.jpeg) From 185a00620f7df85a6cc7c3b820b6ce85a71ab6d6 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:32:54 -0400 Subject: [PATCH 3/9] no --- config/repolinter-ruleset.json | 70 ---------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 config/repolinter-ruleset.json diff --git a/config/repolinter-ruleset.json b/config/repolinter-ruleset.json deleted file mode 100644 index c57e1b87..00000000 --- a/config/repolinter-ruleset.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rulesets/schema.json", - "version": 2, - "axioms": {}, - "rules": { - "license-file-is-MIT": { - "level": "warning", - "rule": { - "type": "file-contents", - "options": { - "globsAll": ["LICENSE*", "COPYING*"], - "nocase": true, - "fail-on-non-existant": true, - "content": "MIT License" - } - }, - "fix": { - "type": "file-create", - "options": { - "file": "LICENSE", - "replace": true, - "text": { "url": "https://opensource.org/licenses/MIT" } - } - }, - "policyInfo": "MIT License is required for code or legal approval for an alternative", - "policyUrl": "https://github.com/github/open-source/blob/main/policies/release.md" - }, - "readme-file-exists": { - "level": "warning", - "rule": { - "type": "file-existence", - "options": { - "globsAny": ["README*"], - "nocase": true - } - }, - "fix": { - "type": "file-create", - "options": { - "file": "README.md", - "text": { "url": "https://raw.githubusercontent.com/newrelic/open-source-tools/master/nerdpacks/oss-template/README.md" } - } - }, - "policyInfo": "GitHub requires a README file in all projects. This README should give a general overview of the project, and should point to additional resources (security, contributing, etc.) where developers and users can learn further", - "policyUrl": "https://github.com/github/open-source/blob/main/policies/release.md" - }, - "codeowners-file-exists": { - "level": "warning", - "rule": { - "type": "file-existence", - "options": { - "globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"], - "nocase": true - } - }, - "fix": { - "type": "file-create", - "options": { - "file": "CODEOWNERS", - "text": { "url": "https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners" } - } - }, - "policyInfo": "GitHub requires a CODEOWNERS file in all projects. This enables GitHub to contact the maintainers in the event it is necessary.", - "policyUrl": "https://github.com/github/open-source/blob/main/policies/release.md" - }, - }, - "formatOptions": { - "disclaimer": "🤖*This issue was automatically generated by [repolinter-action](https://github.com/newrelic/repolinter-action), developed by the Open Source and Developer Advocacy team at New Relic.*" - } -} From 900d2bdcde0c176cf8c0cb1c9703463128122b50 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:39:13 -0400 Subject: [PATCH 4/9] balls and word --- CODE_OF_CONDUCT.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bcfb62a5..9506579d 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,8 +1,14 @@ + + + + # Contributor Covenant Code of Conduct ## Our Pledge -We as members, contributors, and leaders pledge to make participation in our +Parents + + i promised as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, From ff0153a8c501ba31a9bac5e1446f07c8285535d3 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:41:59 -0400 Subject: [PATCH 5/9] code-security for imagine --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f301de7d..24869e4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ + + + + + ## Contributing Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. From 9107ee945056c9153e25c293a3b71b95d8da6889 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Sun, 24 May 2026 06:11:21 -0400 Subject: [PATCH 6/9] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72206ef3..81f87c35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # .github +files for the -*Community health files for the [@me] -(https://github.com/github) organization* + + + +[@me] +(https://github.com/github) organization For more information, please see the article on [creating a default community health file for your organization](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization). From a6fb131ef91b706d521bb02a747fc3d2cc34d246 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Sun, 24 May 2026 07:46:26 -0400 Subject: [PATCH 7/9] Create scorecard.yml --- .github/workflows/scorecard.yml | 75 +++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 .github/workflows/scorecard.yml diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml new file mode 100644 index 00000000..b966ab2b --- /dev/null +++ b/.github/workflows/scorecard.yml @@ -0,0 +1,75 @@ + +name: Scorecard supply-chain security +on: + # For Branch-Protection check. Only the default branch is supported. See + # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection + branch_protection_rule: + # To guarantee Maintained check is occasionally updated. See + # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained + schedule: + - cron: '34 16 * * 6' + push: + branches: [ "main" ] + +# Declare default permissions as read only. +permissions: read-all + +jobs: + analysis: + name: Scorecard analysis + runs-on: ubuntu-latest + # `publish_results: true` only works when run from the default branch. conditional can be removed if disabled. + if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request' + permissions: + # Needed to upload the results to code-scanning dashboard. + security-events: write + # Needed to publish results and get a badge (see publish_results below). + id-token: write + # Uncomment the permissions below if installing in a private repository. + # contents: read + # actions: read + + steps: + - name: "Checkout code" + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false + + - name: "Run analysis" + uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1 + with: + results_file: results.sarif + results_format: sarif + # (Optional) "write" PAT token. Uncomment the `repo_token` line below if: + # - you want to enable the Branch-Protection check on a *public* repository, or + # - you are installing Scorecard on a *private* repository + # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional. + # repo_token: ${{ secrets.SCORECARD_TOKEN }} + + # Public repositories: + # - Publish results to OpenSSF REST API for easy access by consumers + # - Allows the repository to include the Scorecard badge. + # - See https://github.com/ossf/scorecard-action#publishing-results. + # For private repositories: + # - `publish_results` will always be set to `false`, regardless + # of the value entered here. + publish_results: true + + # (Optional) Uncomment file_mode if you have a .gitattributes with files marked export-ignore + # file_mode: git + + # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF + # format to the repository Actions tab. + - name: "Upload artifact" + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + with: + name: SARIF file + path: results.sarif + retention-days: 5 + + # Upload the results to GitHub's code scanning dashboard (optional). + # Commenting out will disable upload of results to your repo's Code Scanning dashboard + - name: "Upload to code-scanning" + uses: github/codeql-action/upload-sarif@v3 + with: + sarif_file: results.sarif From d001d24b2f732324657c1cc47b8213e50693a813 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Sun, 24 May 2026 07:47:10 -0400 Subject: [PATCH 8/9] Create ruby.yml --- .github/workflows/ruby.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/ruby.yml diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml new file mode 100644 index 00000000..5d80832d --- /dev/null +++ b/.github/workflows/ruby.yml @@ -0,0 +1,38 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake +# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby + +name: Ruby + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +permissions: + contents: read + +jobs: + test: + + runs-on: ubuntu-latest + strategy: + matrix: + ruby-version: ['2.6', '2.7', '3.0'] + + steps: + - uses: actions/checkout@v4 + - name: Set up Ruby + # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, + # change this to (see https://github.com/ruby/setup-ruby#versioning): + # uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0 + with: + ruby-version: ${{ matrix.ruby-version }} + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + - name: Run tests + run: bundle exec rake From 0a3510d12a7e76501ee50f260658082bcc31ebaf Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Sun, 24 May 2026 12:08:57 -0400 Subject: [PATCH 9/9] Update CONTRIBUTING.md --- CONTRIBUTING.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24869e4d..98869345 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,39 @@ - +env/* +*/venv/* +.venv/* +.python-version +.terraform +terraform.tfstate* +terraform.tfvars +*.auto.tfvars +.terraform.tfstate.lock.info +.terraform.lock.hcl +!tests/**/terraform.tfvars +__pycache__ +.pytest_cache +.test.lock +.idea +.idx/dev.nix +backend.tf +backend-config.hcl +credentials.json +key.json +terraform-ls.tf +bundle.zip +.DS_Store +fixture_* +fast/configs +fast/**/[0-9]*providers.tf +fast/**/terraform.tfvars +fast/**/terraform.tfvars.json +fast/**/terraform-*.auto.tfvars.json +fast/**/[0-9]*.auto.tfvars* +node_modules +fast/**/globals.auto.tfvars.json +cloud_sql_proxy +env/ +fast-cleaner binary +tools/fast-cleaner/fast-cleane