Skip to content

Add github workflow labeler to automatically add labels #817

Closed
seonWKim wants to merge 1 commit intotursodatabase:mainfrom
seonWKim:github-workflow-labeler
Closed

Add github workflow labeler to automatically add labels #817
seonWKim wants to merge 1 commit intotursodatabase:mainfrom
seonWKim:github-workflow-labeler

Conversation

@seonWKim
Copy link
Copy Markdown
Contributor

@seonWKim seonWKim commented Jan 29, 2025

Purpose of this PR

  • Automatically add labels to PRs for easy classification
  • We can add useful rules as needed

Changes

  • Add 2 files to configure labeler
  • For now, changes under certain directory will add labels

ETC

name: Labeler
on:
pull_request:
types: [opened, synchronize]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

When PR is opened, or synchronized(when the HEAD changes e.g. new commit)

@penberg penberg closed this in 489e324 Jan 29, 2025
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.

1 participant