Skip to content

refactor: stop checking the license if in test env #978

refactor: stop checking the license if in test env

refactor: stop checking the license if in test env #978

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}