-
-
Notifications
You must be signed in to change notification settings - Fork 0
Chore/apply foundation ci fixes 20260911 #91
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -44,7 +44,7 @@ on: | |||||
| types: [opened, reopened, synchronize] | ||||||
|
|
||||||
| permissions: | ||||||
| contents: write # needed to enable auto-merge | ||||||
| contents: read # needed to enable auto-merge | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π― Functional Correctness | π Major | β‘ Quick win π Supported by static analysisπ Script executed: #!/bin/bash
set -eu
printf '%s\n' '--- workflow excerpt ---'
cat -n .github/workflows/dependabot-automerge.yml | sed -n '1,120p'
printf '%s\n' '--- direct command references ---'
rg -n -C 3 'gh pr (review|merge)|permissions:|pull-requests:|contents:' .github README.md docs 2>/dev/null || trueRepository: hyperpolymath/heterogenous-mobile-computing Length of output: 18661 π Web query:
π‘ Result: <search_synthesis> <source_evidence> Citations:
Grant When the policy selects Proposed fix permissions:
- contents: read
+ contents: write
pull-requests: writeπ Committable suggestion
Suggested change
π€ Prompt for AI Agents |
||||||
| pull-requests: write # needed to approve | ||||||
| # NB: keep narrow β do NOT add secrets: read or id-token: write here. | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Maintainability & Code Quality | π‘ Minor | β‘ Quick win
π Supported by static analysis
π Script executed:
Repository: hyperpolymath/heterogenous-mobile-computing
Length of output: 1347
Correct the CodeQL version annotations.
The
v4.37.9tag dereferences to the pinned commit. Update both comments:Proposed fix
π€ Prompt for AI Agents