Skip to content

Commit

Permalink
ci: fix labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Sep 12, 2024
1 parent 920e831 commit e66e8ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changes to labeler do not run in pull requests because this only runs against
# the base branch by default
#
# https://github.com/actions/labeler/tree/main?tab=readme-ov-file#initial-set-up-of-the-labeler-action
documentation:
- all:
- changed-files:
Expand All @@ -10,4 +14,5 @@ packaging:
- changed-files:
- any-glob-to-any-file:
- 'debian/**'
- base-branch: ['ubuntu/**']
- base-branch: ['ubuntu/*']

0 comments on commit e66e8ad

Please sign in to comment.