Skip to content

Commit

Permalink
Fix labeler (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r committed Feb 19, 2025
1 parent 0defc39 commit c70060b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
description: This issue or pull request already exists
color: cfd3d7
- name: ':rocket: feature'
from_name: enhancement
description: New feature or request
color: a2eeef
- name: ':sparkles: enhancement'
description: Minor enhancement
from_name: enhancement
- name: ':clapper: github_actions'
from_name: github_actions
description: Pull requests that update Github_actions code
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Labeler

on:
push:
branches:
- main
- master

on: workflow_dispatch

permissions:
actions: read
Expand Down

0 comments on commit c70060b

Please sign in to comment.