Skip to content

Commit

Permalink
ci: bump actions/labeler from 4.3.0 to 5.0.0 (#17)
Browse files Browse the repository at this point in the history
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/[email protected])

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kirill Morozov <[email protected]>
  • Loading branch information
dependabot[bot] and kirillmorozov authored Mar 11, 2024
1 parent 9b15fa5 commit 6c8337b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 12 deletions.
52 changes: 41 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,54 @@
---
ci:
- .github/workflows/*
Feature:
- head-branch:
- ^feat

docs:
- "**/*.md"
Fix:
- head-branch:
- ^fix

CI:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*
- .github/labeler.yml
- .github/dependabot.yml
- head-branch:
- ^ci

Documentation:
- changed-files:
- any-glob-to-any-file:
- "**/*.md"
- head-branch:
- ^docs

Alacritty:
- alacritty/**/*
- changed-files:
- any-glob-to-any-file:
- alacritty/**/*

Helix:
- helix/**/*
- changed-files:
- any-glob-to-any-file:
- helix/**/*

Neovim:
- neovim/**/*
- changed-files:
- any-glob-to-any-file:
- neovim/**/*

Vim:
- vim/**/*
- changed-files:
- any-glob-to-any-file:
- vim/**/*

Wezterm:
- wezterm/**/*
- changed-files:
- any-glob-to-any-file:
- wezterm/**/*

zsh:
- zsh/**/*
Zsh:
- changed-files:
- any-glob-to-any-file:
- zsh/**/*
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
steps:
- name: Add labels based on changes
uses: actions/labeler@v4.3.0
uses: actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 6c8337b

Please sign in to comment.