Skip to content

Commit

Permalink
Merge pull request #15 from Parsifal-M/feat/ci
Browse files Browse the repository at this point in the history
Fix CICD
  • Loading branch information
Parsifal-M authored May 4, 2024
2 parents c3b0caa + 895e702 commit ec4c9ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 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']
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: '18.x'

- name: Set Yarn Version
run: yarn policies set-version 4.2.1

- name: Clean Yarn Cache
run: yarn cache clean

Expand Down

0 comments on commit ec4c9ca

Please sign in to comment.