Skip to content

Add contributor-focused GitHub workflows#127

Merged
advaitpatel merged 1 commit into
mainfrom
ci/add-contributor-workflows
Jul 2, 2026
Merged

Add contributor-focused GitHub workflows#127
advaitpatel merged 1 commit into
mainfrom
ci/add-contributor-workflows

Conversation

@advaitpatel

Copy link
Copy Markdown
Collaborator

Summary

  • Add PR auto-labeler (pr-labeler.yml + .github/pr-labeler.yml) to tag PRs by
    changed path (cli, core, reports, config, ci, docker, documentation, dependencies, tests)
  • Add stale bot to close inactive issues/PRs after 60/14 days, exempting
    pinned/security/good-first-issue
  • Add first-interaction welcome message for new issue/PR authors
  • Add standalone ruff lint job for fast style feedback on PRs
  • Add dependency review to flag vulnerable/incompatible deps on PRs
  • Add Dependabot auto-merge for patch/minor version bumps once checks pass

Notes

  • New labels created in the repo: cli, core, reports, config, ci, docker, tests, stale
  • Lint workflow only runs ruff (already clean); black/isort were left out since the
    existing codebase isn't formatted to those standards yet and would fail as a new
    required check

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/welcome.yml

PackageVersionLicenseIssue Type
actions/first-interaction1d02526d949a90f18ba22cd8c1e7cddd97ba6ee8NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/stale 5bef64f19d7facfb25b37b414482c7164d639639 🟢 4.9
Details
CheckScoreReason
Maintained⚠️ 01 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 1branch protection is not maximal on development and all release branches
SAST🟢 5SAST tool is not run on all commits -- score normalized to 5
actions/actions/first-interaction 1d02526d949a90f18ba22cd8c1e7cddd97ba6ee8 🟢 4.6
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 3Found 1/3 approved changesets -- score normalized to 3
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 1branch protection is not maximal on development and all release branches
SAST🟢 9SAST tool detected but not run on all commits

Scanned Files

  • .github/workflows/stale.yml
  • .github/workflows/welcome.yml

@advaitpatel advaitpatel merged commit e5d8975 into main Jul 2, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant