Skip to content

Commit

Permalink
issue #135: labelling is working
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Aug 1, 2024
1 parent 81868c9 commit 0c5605f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
documentation:

Check warning on line 1 in labeler.yml

View workflow job for this annotation

GitHub Actions / yaml-lint-check

1:1 [document-start] missing document start "---"
- any:
- changed-files:
- any-glob-to-any-file: docs/**
- any:
- changed-files:

Check failure on line 3 in labeler.yml

View workflow job for this annotation

GitHub Actions / yaml-lint-check

3:5 [indentation] wrong indentation: expected 6 but found 4
- any-glob-to-any-file:

Check failure on line 4 in labeler.yml

View workflow job for this annotation

GitHub Actions / yaml-lint-check

4:7 [indentation] wrong indentation: expected 8 but found 6
- 'docs/**'

Check failure on line 5 in labeler.yml

View workflow job for this annotation

GitHub Actions / yaml-lint-check

5:9 [indentation] wrong indentation: expected 10 but found 8
- '**/*.md'

tests:
- any:
- changed-files:
- any-glob-to-any-file: tests/**
- any:
- changed-files:

Check failure on line 10 in labeler.yml

View workflow job for this annotation

GitHub Actions / yaml-lint-check

10:5 [indentation] wrong indentation: expected 6 but found 4
- any-glob-to-any-file: tests/**

Check failure on line 11 in labeler.yml

View workflow job for this annotation

GitHub Actions / yaml-lint-check

11:7 [indentation] wrong indentation: expected 8 but found 6

feature:
- head-branch: ['^feature', 'feature', '^feat', 'feat']
- head-branch: ['^feature', 'feature', '^feat', 'feat']

bug:
- head-branch: ['^bug', 'bug', '^fix', 'fix']
- head-branch: ['^bug', 'bug', '^fix', 'fix']

epic:
- head-branch: ['^epic', 'epic']
- head-branch: ['^epic', 'epic']

0 comments on commit 0c5605f

Please sign in to comment.