The GitHub Actions job "Required Checks" on texera.git/main has succeeded.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
777db47a3b7234312adb4db4ca57607bd8582d17 / Xinyuan Lin <[email protected]>
ci: drop bypass_actors from .asf.yaml ruleset (#5047)

### What changes were proposed in this PR?
Remove the `bypass_actors:` block from the `Merge Queue` ruleset added
in #5036. ASF Infra flagged that block specifically with `Invalid
property /bypass_actors/0/actor_id: "4" is not of type integer`, and
removing it is the minimal change that addresses that error.


### Background
Since #5036 merged, every push to `main` triggers this email from ASF
Infra:

```
Validation failed while creating ruleset 'Merge Queue': Invalid request.

Invalid property /bypass_actors/0/actor_id: `"4"` is not of type `integer`.
Invalid property /rules/2: data matches no possible input.
Invalid property /rules/3: data matches no possible input.
Invalid property /rules/5: data matches no possible input.
```

This PR addresses the first line (`bypass_actors/0/actor_id`). ASF
Infra's follow-up reply did not include a `bypass_actors` block in the
recommended example, so removing it aligns with their suggestion.

### How was this PR tested?
Verified `.asf.yaml` still parses through `strictyaml` and that the only
change is the four removed `bypass_actors` lines:

```bash
git diff -- .asf.yaml
ruby -e 'require "yaml"; YAML.load_file(".asf.yaml"); puts "ok"'
```

No automated runtime tests added — this PR only changes repository
configuration.

### Any related issues, documentation, discussions?
Follow-up to #5036.

### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)

Report URL: https://github.com/apache/texera/actions/runs/25781913733

With regards,
GitHub Actions via GitBox

Reply via email to