Skip to content

chore/add workflows#12

Merged
lcweden merged 2 commits into
mainfrom
chore/add-workflows
May 31, 2026
Merged

chore/add workflows#12
lcweden merged 2 commits into
mainfrom
chore/add-workflows

Conversation

@lcweden

@lcweden lcweden commented May 31, 2026

Copy link
Copy Markdown
Owner

This pull request introduces two new GitHub Actions workflows for automating version bumping and pull request labeling, and makes a minor update to the existing publish workflow for consistency. The main changes are the addition of automated workflows to streamline release and labeling processes.

New workflows for automation:

  • Added a bump.yml workflow to automate version bumps, updating package.json and deno.json, committing the changes, and opening a pull request for the new release version. (.github/workflows/bump.yml)
  • Added a label.yml workflow to automatically apply labels to pull requests using the actions/labeler GitHub Action. (.github/workflows/label.yml)

Workflow consistency improvement:

  • Updated the step name from "Set up Node" to "Set up Node.js" in the publish.yml workflow for naming consistency. (.github/workflows/publish.yml)

@lcweden lcweden self-assigned this May 31, 2026
@lcweden lcweden added the enhancement New feature or request label May 31, 2026
@lcweden lcweden merged commit 7880337 into main May 31, 2026
1 check passed
@lcweden lcweden deleted the chore/add-workflows branch May 31, 2026 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant