Skip to content

Commit

Permalink
Tweak settings
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Švagelj <[email protected]>
  • Loading branch information
Caellian committed Oct 10, 2024
1 parent 8002cc7 commit fcddf53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: 1
issues: True
appendOnly: true

labels:
Expand Down Expand Up @@ -262,7 +261,7 @@ labels:
- src/mouse-events.h
- label: 'mouse events'
type: 'issue'
body: "(mouse|cursor|pointer) (events?|enters?|leaves?|clicks?|press(es)?))"
body: "(mouse|cursor|pointer) (buttons?|events?|enters?|leaves?|clicks?|press(es)?))"

- label: 'networking'
type: 'pull_request'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run labeler
uses: srvaroa/labeler@v1
env:
Expand Down

0 comments on commit fcddf53

Please sign in to comment.