mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
fix(bug-assess): set min-integrity: none to allow reading external user issues (#3030)
* Initial plan * chore: initial plan for bug-assess integrity fix * fix: add min-integrity: none to bug-assess workflow to allow reading external user issues * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
5
.github/aw/actions-lock.json
vendored
5
.github/aw/actions-lock.json
vendored
@@ -4,11 +4,6 @@
|
|||||||
"repo": "actions/github-script",
|
"repo": "actions/github-script",
|
||||||
"version": "v9.0.0",
|
"version": "v9.0.0",
|
||||||
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
|
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
|
||||||
},
|
|
||||||
"github/gh-aw-actions/setup@v0.78.1": {
|
|
||||||
"repo": "github/gh-aw-actions/setup",
|
|
||||||
"version": "v0.78.1",
|
|
||||||
"sha": "73ed520ae4ecd087a485e1991605595978b32ac1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -5,7 +5,8 @@ updates:
|
|||||||
interval: weekly
|
interval: weekly
|
||||||
- directory: /
|
- directory: /
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
|
- dependency-name: "github/gh-aw-actions/**"
|
||||||
|
- dependency-name: "github/gh-aw-actions" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
|
||||||
package-ecosystem: github-actions
|
package-ecosystem: github-actions
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
|||||||
276
.github/workflows/bug-assess.lock.yml
generated
vendored
276
.github/workflows/bug-assess.lock.yml
generated
vendored
File diff suppressed because one or more lines are too long
1
.github/workflows/bug-assess.md
vendored
1
.github/workflows/bug-assess.md
vendored
@@ -12,6 +12,7 @@ tools:
|
|||||||
bash: ["echo", "cat", "head", "tail", "grep", "wc", "sort", "uniq", "python3", "jq", "date", "ls", "find"]
|
bash: ["echo", "cat", "head", "tail", "grep", "wc", "sort", "uniq", "python3", "jq", "date", "ls", "find"]
|
||||||
github:
|
github:
|
||||||
toolsets: [issues, repos]
|
toolsets: [issues, repos]
|
||||||
|
min-integrity: none
|
||||||
web-fetch:
|
web-fetch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user