Skip to content

ci: implement auto labeler for new PR and issue#100

Merged
tungbq merged 9 commits intomainfrom
auto-labeler
Mar 16, 2024
Merged

ci: implement auto labeler for new PR and issue#100
tungbq merged 9 commits intomainfrom
auto-labeler

Conversation

@tungbq
Copy link
Owner

@tungbq tungbq commented Mar 16, 2024

Closes: #24

Changes

  • ci: implement auto labeler for new PR and issue
  • only works for the support labels (to avoid spamming label in this repo)
  • limit the scope of docker image CI trigger to save resources
  • It will run on events:
on:
  issues:
    types:
      - reopened
      - opened
      - edited

  pull_request:
    types:
      - reopened
      - opened
      - edited

@tungbq tungbq closed this Mar 16, 2024
@tungbq tungbq reopened this Mar 16, 2024
@tungbq tungbq closed this Mar 16, 2024
@tungbq tungbq reopened this Mar 16, 2024
@tungbq tungbq closed this Mar 16, 2024
@tungbq tungbq reopened this Mar 16, 2024
@tungbq tungbq changed the title ci: implement auto labeler for new PR and issue ci: implement auto labeler for new PR and issue.test Mar 16, 2024
@tungbq tungbq changed the title ci: implement auto labeler for new PR and issue.test ci: implement auto labeler for new PR and issue Mar 16, 2024
@github-actions github-actions bot added the ci label Mar 16, 2024
@tungbq
Copy link
Owner Author

tungbq commented Mar 16, 2024

It works fine now:
image

@tungbq tungbq added the enhancement New feature or request label Mar 16, 2024
@tungbq tungbq merged commit 4f5c98f into main Mar 16, 2024
@tungbq tungbq deleted the auto-labeler branch March 16, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: implement auto labeler for newly created issue

1 participant