chore(ci): use app-token for categorized auto-issues and modernize inputs#857
Merged
chore(ci): use app-token for categorized auto-issues and modernize inputs#857
Conversation
…puts homeboy-release.yml: - Add homeboy-ci app token generation to all three jobs (lint, test, audit) - Pass app-token to homeboy-action so issues are filed by homeboy-ci[bot] instead of github-actions[bot] - Replace deprecated settings input with scope: full (release checks run full codebase, not just changed files) homeboy.yml: - Replace deprecated lint-changed-only with scope: changed - Replace deprecated test-scope with scope: changed - Replace deprecated lint-changed-only on audit with scope: changed Together with homeboy-action#97 (categorized lint/test issues) and homeboy-extensions#163 (lint findings sidecar), this enables typed auto-issues for all three command types. Refs: #856
Homeboy Results —
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates CI workflows to support the new categorized auto-issue system and use
homeboy-ci[bot]for all issue operations. Refs #856.app-tokento all three release check jobs (lint, test, audit) viaactions/create-github-app-tokenlint-changed-only,test-scope,settings) withscopeacross both workflowsChanges
homeboy-release.yml(tag push → full codebase checks)settings: '{"database_type": "mysql"}'on lint/testscope: full(release checks scan full codebase)scope: fullhomeboy.yml(PR checks → changed files only)lint-changed-only: true(deprecated)scope: changedtest-scope: 'changed'(deprecated)scope: changedlint-changed-only: trueon auditscope: changedDependencies
This PR works best alongside:
Without those PRs, this still improves things: audit categorized issues will use homeboy-ci[bot] identity, and deprecated inputs are cleaned up.