Skip to content

feat: Add missing documention + env variables, add country attribute to stores, fix linting errors, deprecate Twitch notification #3978

feat: Add missing documention + env variables, add country attribute to stores, fix linting errors, deprecate Twitch notification

feat: Add missing documention + env variables, add country attribute to stores, fix linting errors, deprecate Twitch notification #3978

Workflow file for this run

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 }}