Skip to content

Conversation

JayaShakthi97
Copy link
Contributor

Purpose

This pull request introduces two new GitHub Actions workflows to automate the handling of pull requests and changeset checks. The workflows help ensure that each PR is properly tracked and validated for changesets, improving the release management process and compliance with versioning policies.

New GitHub Actions Workflows

  • Added .github/workflows/receive-pr.yml to save the pull request number as an artifact when a PR is opened against the main branch, making it available for subsequent workflows.

Automated Changeset Validation

  • Added .github/workflows/check-changeset.yml to automatically check for the presence and validity of changesets in PRs after the "Receive PR" workflow completes successfully.

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • Followed the CONTRIBUTING guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)

Security checks

@brionmario brionmario merged commit 7b27ac2 into asgardeo:main Oct 1, 2025
4 of 5 checks passed
@JayaShakthi97
Copy link
Contributor Author

Verified

Screenshot 2025-10-01 at 12 21 41 PM Screenshot 2025-10-01 at 12 23 56 PM

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.

2 participants