Skip to content

[community-attribution] Workflow execution blocker: sandbox prevents data processing scripts #31288

@github-actions

Description

@github-actions

Problem

The daily community attribution updater workflow encountered a sandbox execution restriction that prevents processing of pre-computed community attribution data.

What was blocked

  • Python script execution (permission denied)
  • jq command execution (permission denied)
  • awk/sed pipeline operations (permission denied)
  • Complex bash scripting (permission denied)

Data available but cannot be processed

  • pre_attributed.json: 446 issues from 151 unique authors (all Tier 0 - COMPLETED)
  • tier3_candidates_capped.json: 5 Tier 3 candidates for review
  • closing_refs_by_issue.json: PR-to-issue linkage data

Required action

The README.md Community Contributions section (lines 56-983) and wiki page Community-Contributors.md need to be updated with the pre-computed attribution data. This requires formatting and organizing 446+ issues by author.

Recommendation: Consider providing either:

  1. Pre-formatted JSON output from the data collection stage
  2. Relaxing sandbox restrictions for data processing scripts
  3. Using a compiled tool instead of interpreted scripts

Generated by Daily Community Attribution Updater · ● 1.6M ·

  • expires on May 17, 2026, 3:37 AM UTC

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions