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

ci: Update first interaction action #1139

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

HiDeoo
Copy link
Member

@HiDeoo HiDeoo commented Nov 24, 2023

What kind of changes does this PR include?

  • Something else!

Description

This PR changes the GitHub Actions workflow for the first interaction to no longer use actions/first-interaction still running on Node 14. Instead, it uses a 7 months old fork of the action that has been updated with various changes including:

  • run on Node LTS
  • switch from review comment to review message
  • improved perfomance when checking for first interaction by using the /search API
  • throttling and retry mechanism
  • support for opened and closed PR events

As per the recommendation of GitHub regarding third-party actions, the action is pinned to a full length commit SHA.

Copy link

changeset-bot bot commented Nov 24, 2023

⚠️ No Changeset found

Latest commit: 341c568

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

Copy link

vercel bot commented Nov 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
starlight ✅ Ready (Inspect) Visit Preview Nov 24, 2023 5:58pm

@github-actions github-actions bot added the 🚨 action Changes to GitHub Action workflows label Nov 24, 2023
Copy link
Member

@delucis delucis left a comment

Choose a reason for hiding this comment

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

Thank you for figuring this out and testing this @HiDeoo — really appreciate it!

@delucis delucis merged commit acb61ca into withastro:main Nov 24, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 action Changes to GitHub Action workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants