Skip to content

chore: use title case for job names in CI#437

Merged
tusharmath merged 6 commits intotailcallhq:mainfrom
ayewo:fix/consistent-ci-names
Oct 7, 2023
Merged

chore: use title case for job names in CI#437
tusharmath merged 6 commits intotailcallhq:mainfrom
ayewo:fix/consistent-ci-names

Conversation

@ayewo
Copy link
Copy Markdown
Contributor

@ayewo ayewo commented Oct 7, 2023

Summary:
Made the job names consistent in CI by using title case through out.

Issue Reference(s):
Fixes #435

Build & Testing:

  • I ran cargo test successfully. (not applicable)
  • I have run ./lint.sh to address and fix linting issues.

Checklist:

  • I have added relevant unit & integration tests. (not applicable)
  • I have updated the documentation accordingly (if applicable).
  • I have performed a self-review of my own code.

@tusharmath tusharmath enabled auto-merge (squash) October 7, 2023 11:57
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 7, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@08b6412). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #437   +/-   ##
=======================================
  Coverage        ?   85.06%           
=======================================
  Files           ?       49           
  Lines           ?     4447           
  Branches        ?        0           
=======================================
  Hits            ?     3783           
  Misses          ?      664           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

auto-merge was automatically disabled October 7, 2023 12:08

Head branch was pushed to by a user without write access

@ayewo
Copy link
Copy Markdown
Contributor Author

ayewo commented Oct 7, 2023

@tusharmath I forgot to update the contributing.md.

Please see my update in commit 29e37d9.

@tusharmath
Copy link
Copy Markdown
Contributor

Perfect!
Could you please run the ./lint.sh file once and commit the changes.
Thanks @ayewo once again 🙏

@ayewo
Copy link
Copy Markdown
Contributor Author

ayewo commented Oct 7, 2023

@tusharmath done!

@tusharmath tusharmath enabled auto-merge (squash) October 7, 2023 13:25
@tusharmath tusharmath disabled auto-merge October 7, 2023 13:26
@tusharmath tusharmath merged commit a838498 into tailcallhq:main Oct 7, 2023
ujjawal-khare pushed a commit to ujjawal-khare-27/tailcall that referenced this pull request Oct 7, 2023
digital-phoenix pushed a commit to digital-phoenix/tailcall that referenced this pull request Oct 12, 2023
* commit '234cd25e61d23bd2300a6e15bf0b9b4014a0073c': (25 commits)
  fix: cache control headers (tailcallhq#465)
  chore: update cron freq for PR staleness
  feat: group by endpoint (tailcallhq#451)
  chore: add codecov config
  CI: ignore build when no changes for executable (tailcallhq#454)
  feature: add `tc init` command (tailcallhq#403)
  fix: deploy (tailcallhq#457)
  fix(deps): update rust crate regex to 1.10.0 (tailcallhq#456)
  fix: cargo test fail in Sonoma or later of macos (tailcallhq#453)
  chore: update examples (tailcallhq#452)
  performance: improve for PathString impl for EvaluationContext (tailcallhq#430)
  chore: close stale branches after 2 days
  fix: restricted url for graphiQL (tailcallhq#447)
  performance: minor optimisation (tailcallhq#444)
  chore:update readme (tailcallhq#446)
  chore: update stale bot schedule
  chore: update stale bot message
  chore: use title case for job names in CI (tailcallhq#437)
  chore: remove write permissions
  chore: update stale YML permissions
  ...
@github-actions github-actions bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Have consistent names for CI Jobs

2 participants