Skip to content

Commit

Permalink
Fix CICD
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Macdonald <[email protected]>
  • Loading branch information
Parsifal-M committed May 4, 2024
1 parent ef74d0b commit 895e702
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
backend:
- plugins/open-feedback-backend/**/*
changed-files:
any-glob-to-any-file: ['plugins/open-feedback-backend/**/*']

frontend:
- plugins/open-feedback-frontend/**/*
changed-files:
any-glob-to-any-file: ['plugins/open-feedback-frontend/**/*']

common:
- plugins/open-feedback-common/**/*
changed-files:
any-glob-to-any-file: ['plugins/open-feedback-common/**/*']

cicd:
- .github/workflows/**/*
changed-files:
any-glob-to-any-file: ['.github/workflows/**/*']

documentation:
- docs/**/*
- README.md
changed-files:
any-glob-to-any-file: ['docs/**/*', 'README.md']
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
yarn prettier:check
# - name: Run Tests
# run: yarn test:all
# run: yarn test:all

0 comments on commit 895e702

Please sign in to comment.