kezhenxu94 commented on code in PR #13753: URL: https://github.com/apache/skywalking/pull/13753#discussion_r2969808518
########## .claude/skills/ci-e2e-debug/SKILL.md: ########## @@ -34,6 +34,14 @@ Download test log artifacts from a GitHub Actions CI run and inspect them for er 5. **Report findings**: Summarize the root cause error from the logs. +## Fixing "action is not allowed" errors + +If a CI run or PR is blocked because a GitHub Action is not on the Apache allow list: + +1. **Check the approved list**: https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml +2. **Update the workflow**: Replace the version tag (e.g., `@v3`) with the approved SHA pin from the list. +3. Actions owned by `actions/*`, `github/*`, and `apache/*` are always allowed (enterprise-owned) and don't need SHA pins. Review Comment: This is duplicate to the content in CLAUDE.md in root folder, as CLAUDE.md in the root folder will always be loaded, this section here doesn't do much than spending some tokens. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
