rust-lang / sync-team

Synchronize the team repository with the services we use
Apache License 2.0
15 stars 13 forks source link

CI: add dry run workflow #78

Open Kobzol opened 6 months ago

Kobzol commented 6 months ago

This should help catch issues where team gets updated in a breaking way, but sync-team is not synchronized yet.

The check happens on PRs, but also repeatedly every 4 hours, to give us a heads-up if the dry run fails. It can also be executed manually to test sync-team.

This PR requires a GITHUB_API_READ_TOKEN secret to be configured for this repository. It should contain a GitHub API token with read-only permissions for the rust-lang organization.