Skip to content

Prepare Linaria 8 for WyW 2 #2005

Prepare Linaria 8 for WyW 2

Prepare Linaria 8 for WyW 2 #2005

Workflow file for this run

name: labeler
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, reopened, ready_for_review, synchronize]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
name: label issues and pull requests
steps:
- name: check-out-repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: labeler
uses: jayu/super-labeler-action@e0d24c761fc20458dafd9f3951698e94b1822657 # develop
env:
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}