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

Bringing back a GitHub Action to update themes & integrations #610

Merged
merged 11 commits into from Mar 16, 2023

Conversation

tony-sull
Copy link
Contributor

@tony-sull tony-sull commented Mar 15, 2023

Adding a new GitHub Action cron job to update our themes and integrations catalog

The action will run every Monday morning, opening a PR with updates for:

  • GitHub stars and author details for published themes
  • NPM data for existing integrations
  • adds newly published NPM packages that use the withastro and astro-component keywords
  • removes packages that no longer exist on NPM (usually because they were deprecated)

@netlify
Copy link

netlify bot commented Mar 15, 2023

Deploy Preview for astro-www-2 ready!

Name Link
🔨 Latest commit 439d705
🔍 Latest deploy log https://app.netlify.com/sites/astro-www-2/deploys/64137a740ad1dd00087db53b
😎 Deploy Preview https://deploy-preview-610--astro-www-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@delucis
Copy link
Member

delucis commented Mar 15, 2023

In case it‘s helpful, we use https://github.com/peter-evans/create-pull-request in docs for nightly PRs, e.g. https://github.com/withastro/docs/blob/main/.github/workflows/nightly.yml

@tony-sull tony-sull changed the title WIP: bringing back a nightly script to update themes & integrations Bringing back a GitHub Action to update themes & integrations Mar 16, 2023
scripts/github.mjs Outdated Show resolved Hide resolved
src/pages/themes/submit/index.astro Outdated Show resolved Hide resolved
Copy link
Contributor

@itsMapleLeaf itsMapleLeaf left a comment

Choose a reason for hiding this comment

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

Nice use of a composite action!

@tony-sull
Copy link
Contributor Author

Nice use of a composite action!

Borrowed that one from Docs, they have a stellar CI setup! 😍

@tony-sull tony-sull merged commit afb5679 into main Mar 16, 2023
6 checks passed
@tony-sull tony-sull deleted the feat/nightly-script branch March 16, 2023 20:42
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

3 participants