Skip to content

test: github workflows#10

Merged
Faraz32123 merged 2 commits intomainfrom
feat/add_github_workflows
Nov 25, 2025
Merged

test: github workflows#10
Faraz32123 merged 2 commits intomainfrom
feat/add_github_workflows

Conversation

@Faraz32123
Copy link
Copy Markdown
Contributor

Add basic Github workflows.

Copilot AI review requested due to automatic review settings November 24, 2025 12:43
@Faraz32123 Faraz32123 self-assigned this Nov 24, 2025
@Faraz32123 Faraz32123 marked this pull request as draft November 24, 2025 12:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces GitHub Actions automation for the games XBlock repository by adding two workflows: one for publishing Python packages to PyPI when tags are pushed, and another for enforcing commit message conventions on pull requests using the OpenEdx organization's shared commitlint workflow.

Key Changes:

  • Automated PyPI package publishing triggered by git tags
  • Commit message linting on pull requests using OpenEdx shared workflow

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
.github/workflows/publish.yml Workflow for building and publishing the Python package to PyPI on tag push events
.github/workflows/commitlint.yml Workflow for validating commit messages in pull requests using OpenEdx's reusable workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/publish.yml Outdated
Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/commitlint.yml
Comment thread .github/workflows/commitlint.yml
@Faraz32123 Faraz32123 force-pushed the feat/add_github_workflows branch from f8aa97b to 41657ca Compare November 24, 2025 12:56
@Faraz32123 Faraz32123 marked this pull request as ready for review November 24, 2025 13:27
Copilot AI review requested due to automatic review settings November 24, 2025 13:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml
@Faraz32123 Faraz32123 merged commit 049b409 into main Nov 25, 2025
7 checks passed
@papphelix papphelix deleted the feat/add_github_workflows branch December 5, 2025 06:54
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.

3 participants