Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: github app authentication and repo standardization #43

Merged
merged 10 commits into from
Apr 8, 2024

Commits on Apr 8, 2024

  1. feat: github app authentication and repo standardization

    - [x] setting minimum python to 3.10 (allows usage of unions on types)
    - [x] add ability for users to authenticate with GitHub App Installation
    - [x] standardize repo
      - [x] Makefile
      - [x] Linting
      - [x] same workflows as other OSPO GitHub Actions
    - [x] add @jmeridth to CODEOWNERS
    - [x] update .env-example
    - [x] update README
    - [x] standardize all workflows (including examples) permissions
      - [x] contents: read by default
      - [x] more details in jobs
    - [x] add tests
      - [x] coverage to 60% for now, will get above 80% later
    - [x] pull request template
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c79601a View commit details
    Browse the repository at this point in the history
  2. bump checkout version

    zkoppert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    80c716f View commit details
    Browse the repository at this point in the history
  3. Add yaml header

    zkoppert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3573652 View commit details
    Browse the repository at this point in the history
  4. docs: v2 version bump

    zkoppert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d1cc62b View commit details
    Browse the repository at this point in the history
  5. v2 version bump

    zkoppert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f64fdc5 View commit details
    Browse the repository at this point in the history
  6. Update .github/workflows/stale.yaml

    Co-authored-by: Zack Koppert <zkoppert@github.com>
    jmeridth and zkoppert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fb5997c View commit details
    Browse the repository at this point in the history
  7. Update .github/workflows/codeql.yml

    Co-authored-by: Zack Koppert <zkoppert@github.com>
    jmeridth and zkoppert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    eed4ad0 View commit details
    Browse the repository at this point in the history
  8. Update .github/workflows/codeql.yml

    Co-authored-by: Zack Koppert <zkoppert@github.com>
    jmeridth and zkoppert committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8a77205 View commit details
    Browse the repository at this point in the history
  9. chore: change variable name after feedback

    cm -> context_manager
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    582c578 View commit details
    Browse the repository at this point in the history
  10. chore: add GH_ENTERPRISE_URL to .env-example

    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    79c58d9 View commit details
    Browse the repository at this point in the history