Skip to content

feat: add workflow permission checks and update pull request body for… #67

feat: add workflow permission checks and update pull request body for…

feat: add workflow permission checks and update pull request body for… #67

Triggered via push October 10, 2025 20:30
Status Failure
Total duration 50s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build (ubuntu-latest)
Process completed with exit code 1.
tests/action-execution.test.ts > executeAction failure modes > allows workflow edits when a personal access token is provided: tests/action-execution.test.ts#L256
AssertionError: expected "spy" to be called with arguments: [ ObjectContaining{…} ] Received: 1st spy call: [ - ObjectContaining { - "authorEmail": "41898282+github-actions[bot]@users.noreply.github.com", - "authorName": "github-actions[bot]", + { + "authorEmail": "CasperKristiansson@users.noreply.github.com", + "authorName": "CasperKristiansson", + "commitMessage": "chore: bump python 3.13 to 3.13.1", + "files": [ + ".github/workflows/ci.yml", + ], + "repoPath": "/tmp/python-version-patch-pr-p0lpOE", + "track": "3.13", }, ] Number of calls: 1 ❯ tests/action-execution.test.ts:256:42
build (windows-latest)
Process completed with exit code 1.
tests/action-execution.test.ts > executeAction failure modes > allows workflow edits when a personal access token is provided: tests/action-execution.test.ts#L256
AssertionError: expected "spy" to be called with arguments: [ ObjectContaining{…} ] Received: 1st spy call: [ - ObjectContaining { - "authorEmail": "41898282+github-actions[bot]@users.noreply.github.com", - "authorName": "github-actions[bot]", + { + "authorEmail": "CasperKristiansson@users.noreply.github.com", + "authorName": "CasperKristiansson", + "commitMessage": "chore: bump python 3.13 to 3.13.1", + "files": [ + ".github/workflows/ci.yml", + ], + "repoPath": "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\python-version-patch-pr-XABT7d", + "track": "3.13", }, ] Number of calls: 1 ❯ tests/action-execution.test.ts:256:42