playwright/.github/workflows
Yury Semikhatsky aca4afc3a9
fix(devops): report url and pr read permission (#23448)
Somehow for pull request event pull_requests array is empty. Extending
the permission is a speculative fix for it.

```json
...
  "jobs_url": "https://api.github.com/repos/microsoft/playwright/actions/runs/5148091193/jobs",
  "logs_url": "https://api.github.com/repos/microsoft/playwright/actions/runs/5148091193/logs",
  "name": "tests 1",
  "node_id": "WFR_kwLODTssw88AAAABMtmjOQ",
  "path": ".github/workflows/tests_primary.yml",
  "previous_attempt_url": null,
  "pull_requests": [],
...
```
2023-06-01 13:09:37 -07:00
..
cherry_pick_into_release_branch.yml devops: replace deprecated set-output command with environment file (#20752) 2023-02-08 16:53:07 +01:00
create_test_report.yml fix(devops): report url and pr read permission (#23448) 2023-06-01 13:09:37 -07:00
infra.yml devops: do not download electron on non-electron workflows (#22232) 2023-04-06 19:49:29 +02:00
pr_check_client_side_changes.yml devops: bump github actions (#16952) 2022-08-31 17:23:42 +02:00
publish_canary.yml devops: do not download electron on non-electron workflows (#22232) 2023-04-06 19:49:29 +02:00
publish_release_docker.yml devops: do not download electron on non-electron workflows (#22232) 2023-04-06 19:49:29 +02:00
publish_release_driver.yml devops: do not download electron on non-electron workflows (#22232) 2023-04-06 19:49:29 +02:00
publish_release_npm.yml devops: fix workflow publishing (#22673) 2023-04-26 18:25:43 -07:00
publish_release_traceviewer.yml devops: bump Node.js version 14 -> 16 (#20800) 2023-02-10 00:53:32 +01:00
roll_browser_into_playwright.yml devops: do not download electron on non-electron workflows (#22232) 2023-04-06 19:49:29 +02:00
roll_driver_nodejs.yml devops: fix roll Node.js version of driver workflow 2023-02-21 14:30:12 +01:00
tests_components.yml chore: test on Node.js 20 (#22651) 2023-05-30 18:16:34 +02:00
tests_electron.yml devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
tests_primary.yml fix(devops): path to blob report (#23444) 2023-06-01 10:17:34 -07:00
tests_secondary.yml fix(devops): path to blob report (#23444) 2023-06-01 10:17:34 -07:00
tests_stress.yml devops: do not download electron on non-electron workflows (#22232) 2023-04-06 19:49:29 +02:00
tests_video.yml devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
tests_webview2.yml devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
trigger_build_chromium_with_symbols.yml devops: fix symbols trigger workflow 2023-01-31 15:55:01 +01:00
trigger_tests.yml devops: update repo for internal tests 2022-10-30 21:33:30 -07:00