fix: Update broken norwegian stores and add 5080/5090 products #4001
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull Request Linter | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - reopened | |
| - synchronize | |
| jobs: | |
| lint-pr: | |
| name: Lint pull request title | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - name: Lint pull request title | |
| uses: jef/conventional-commits-pr-action@v1 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} |