Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Soulanille 51577688f1
Move nightly publishing tests and release branch tests to github actions (#8555)
[Example nightly release and publish test](https://github.com/mattsoulanille/tfjs/actions/runs/14672995746/job/41183624273)

[Example release PR test](https://github.com/mattsoulanille/tfjs/actions/runs/14674243426/job/41187438555?pr=1)
2025-04-28 09:07:00 -07:00
Matthew Soulanille 407c6e56b9
Fix wrong branch name in CI workflow 2025-04-23 11:04:02 -07:00
Matthew Soulanille 78345c5f33
Move PR Continuous Integration to Github Actions (#8534)
Move GCP presubmits to Github actions. This allows us to run WebGL / WebGPU tests, since Github Actions have a MacOS runner with a GPU. This should unblock several PRs.
2025-04-23 10:55:01 -07:00
Shivam Mishra b8a002390d
Remove 'awaiting' labels when user issue/PR updated. (#7963)
Remove the label "stat:awaiting response", when issue/PR unstale.
2023-11-29 17:58:57 +00:00
Shivam Mishra 544e4200cf
Migrate stale management probot to Github action. (#7570)
Update the workflow file to replace 'stale-master' probot with a github action. It will add 'stale' label to inactive issues/PRs if contains 'stat:awaiting response' label in case of further inactivity it will close the issue with proper comment.
2023-05-31 17:00:20 +00:00
Matthew Soulanille b75a2cedce
Use more strict permissions on benchmark deploy workflow (#6852) 2022-09-26 11:40:01 -07:00
Alex af54b76d97
Update deploy-benchmark-prod.yml (#6814)
This PR adds explicit permissions section to workflows. This is a security best practice because by default workflows run with extended set of permissions (except from on: pull_request from external forks). By specifying any permission explicitly all others are set to none. By using the principle of least privilege the damage a compromised workflow can do (because of an injection or compromised third party tool or action) is restricted.
It is recommended to have most strict permissions on the top level and grant write permissions on job level case by case

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
Co-authored-by: Rajeshwar Reddy T <43972606+rthadur@users.noreply.github.com>
Co-authored-by: Matthew Soulanille <msoulanille@google.com>
2022-09-23 16:06:54 -07:00
Jing Jin 4872cb6aae
Add github actions for previewing/deploying benchmark site to firebase hosting (#5596)
* test

* fix

* update

* Add redirect from / to local-benchmark/

* fix

* fix
2021-09-09 10:57:45 -07:00
Rajeshwar Reddy T 5b54874945
Update stale.yml (#4104)
INTERNAL
2020-10-21 10:27:10 -04:00
Rajeshwar Reddy T c926296bfd
Create 00-bug-issue.md (#3871)
INTERNAL
* Create 00-bug-issue.md

* Create 10-build-installation-issue.md

* Create 20-feature-request.md

* Create 30-other-issues.md

* Update 00-bug-issue.md

* Update 10-build-installation-issue.md

* Update 30-other-issues.md

* Update 20-feature-request.md

* Update 00-bug-issue.md
2020-09-08 08:39:45 -07:00
Rajeshwar Reddy T 28aa3755e2
Create stale.yml (#3636)
* Create stale.yml

* Update stale.yml
2020-07-21 13:59:52 -07:00