Commit Graph

6 Commits

Author SHA1 Message Date
Yihau Chen a31353ce0d
ci: update crate owner pipeline (#1497)
* ci: update crate owner pipeline

* trigger pipeline correctly

* XXX test pipeline

* Revert "XXX test pipeline"

This reverts commit e45c23012c41b25164c44ec6204f26e3369bee4d.

* use a proper name

* XXX: trigger pipeline

* Revert "XXX: trigger pipeline"

This reverts commit 54397d3b64dc43d6338852cf926488838743198c.
2024-05-30 11:05:08 +08:00
Tyera d140cdbeab
Update crate check to new crates.io error string (#484) 2024-03-29 00:42:09 -06:00
Trent Nelson 53811e6053
add and recommend script for reserving new package names on crates.io (#31416)
* add script for reserving package names on crates.io

* ci/check-crates.sh: suggest script for new crate name reservation
2023-05-08 09:31:24 -06:00
Yihau Chen e79e13899d
ci: use crates api to get owner list (#31348)
use crete api to get owner lists
2023-04-26 08:36:50 +08:00
joeaba a12bf8c003
Update maintainers references (#29997)
* update maintainers references

* chore: update maintainers reference
2023-01-31 08:07:13 -05:00
Yihau Chen 254d3f20b2
ci: check crates (#29009)
* init

* print all errors in the end

* print success msg

* use skip patterns instead of specific file

* v2

* checkout full history

* install toml cli in Github Actions step

* git diff only list added and modified

* prevent empty owner list

* lint: ident with space 2

* update 404 hint

* lint

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* wording

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* indent with space

* add some friendly error message

* wording

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* Update .github/workflows/crate-check.yml

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* fix indent

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2022-12-12 11:51:37 +08:00