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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade is-ci #708

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Upgrade is-ci #708

merged 1 commit into from
Dec 14, 2021

Conversation

Andarist
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Dec 13, 2021

馃 Changeset detected

Latest commit: 9636078

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@changesets/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9636078:

Sandbox Source
Vanilla Configuration

// @ts-ignore
import isCI from "is-ci";

export default !!(isCI || process.env.GITHUB_ACTIONS);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is no longer needed since is-ci detects GitHub Actions correctly now: watson/ci-info#42 (comment)

@Andarist Andarist merged commit ab8f2b2 into main Dec 14, 2021
@Andarist Andarist deleted the upgrade-is-ci branch December 14, 2021 07:16
@github-actions github-actions bot mentioned this pull request Dec 14, 2021
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.

None yet

2 participants