Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle calendar repo containing xtask in CI #15

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

traviscross
Copy link
Contributor

@traviscross traviscross commented Nov 13, 2024

The CI iterates over and calls toml-to-ical on all .toml files in the calendar repo. However, we'd like to add an xtask directory to the calendar repo, and that directory will contain non-calendar TOML files. We may also want a top-level Cargo.toml file.

To support this, let's skip any files named Cargo.toml (a calendar for the cargo team would be in lowercase) and a top-level directory named xtask.

See:

cc @davidtwco

The CI iterates over and calls `toml-to-ical` on all `.toml` files in
the `calendar` repo.  However, we'd like to add an `xtask` directory
to the `calendar` repo, and that directory will contain non-calendar
TOML files.  We may also want a top-level `Cargo.toml` file.

To support this, let's skip any files named `Cargo.toml` (a calendar
for the cargo team would be in lowercase) and a top-level directory
named `xtask`.
@davidtwco davidtwco merged commit 9bf0ccb into main Nov 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants