Skip to content

Commit

Permalink
ci: add label for taskfile edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Jun 29, 2024
1 parent 6c9e1f1 commit 369cd5e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Fix:
CI:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*
- .github/labeler.yml
- .github/dependabot.yml
- .github/labeler.yml
- .github/workflows/*
- head-branch:
- ^ci

Expand Down Expand Up @@ -43,6 +43,12 @@ Vim:
- any-glob-to-any-file:
- vim/**/*

Taskfile:
- changed-files:
- any-glob-to-any-file:
- Taskfile.yml
- ThemeTasks.yml

Wezterm:
- changed-files:
- any-glob-to-any-file:
Expand Down

0 comments on commit 369cd5e

Please sign in to comment.