newrelic / opensource-website

Source code for New Relic's Opensource site.
https://opensource.newrelic.com
Apache License 2.0
155 stars 89 forks source link

chore: Fix CI badge in README #884

Closed hummusonrails closed 2 years ago

hummusonrails commented 2 years ago

The CI badge in the README was showing a failed indicator. I believe this is because there is no workflow named CI.yml, rather the project uses a pr.yml file for a CI check. When we update the README to point to the correct workflow, the badge accurately reflects its status.

Thanks for submitting a pull request to newrelic/opensource-website.

If possible, please help the maintainers by leveraging the following conventional commit standards in your pull request title and commit messages.

Use chore

Example

git add src/data/projects/newrelic-nr1-github.json
git add src/data/project-main-content/newrelic-nr1-github.mdx
git commit -m "chore(nr1-github): adjusting config and content"
git push

Use fix

Example

git add src/pages/code-of-conduct.mdx
git commit -m "fix: typo and prop error in the code of conduct"
git push

Use feat

Example

git add src/pages/video.js
git commit -m "feat(media): creating a video landing page"
git push
CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

gatsby-cloud[bot] commented 2 years ago

Gatsby Cloud Build Report

opensource-website-develop

:tada: Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

:clock1: Build time: 1m

Performance

Lighthouse report

Metric Score
Performance :large_orange_diamond: 29
Accessibility :large_orange_diamond: 88
Best Practices :green_heart: 93
SEO :large_orange_diamond: 85

:link: View full report

jpvajda commented 2 years ago

@bencgreenberg thanks for the contribution here! Would you mind signing our CLA to contribute to our open source repositories? Once you do this once in the New Relic org, you are able to contribute to any of our open source repositories.

rudouglas commented 2 years ago

You should just need to sign the CLA now @bencgreenberg 🥳

nr-opensource-bot commented 2 years ago

:tada: This PR is included in version 1.19.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

hummusonrails commented 2 years ago

Thanks all for the review and merge! I've gone ahead and signed the CLA as well! 🥳