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

add simple PR auto labelling action #2594

Merged
merged 2 commits into from
May 23, 2024
Merged

add simple PR auto labelling action #2594

merged 2 commits into from
May 23, 2024

Conversation

ninjamuffin99
Copy link
Member

This should add a github action that automatically labels PR

Currently it:

  • Labels Documentation to any PRs that change anything in the docs/ folder, or any .md file.
  • Labels Haxe to any PRs that change .hx files

We can do further config as we please, for now I think this one should be enough for the lil prototype

NOTE: right now this aciton runs on pull_request, this is purely for review/testing. After approval, and before merging, we need to change it to pull_request_target. See here

Copy link
Member

@EliteMasterEric EliteMasterEric left a comment

Choose a reason for hiding this comment

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

Very useful

@ninjamuffin99 ninjamuffin99 merged commit 1326dcd into develop May 23, 2024
0 of 4 checks passed
@EliteMasterEric EliteMasterEric added this to the 0.4.0 milestone Jul 12, 2024
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.

None yet

2 participants