Skip to content

Correct the documentation of CSS usage #204

Correct the documentation of CSS usage

Correct the documentation of CSS usage #204

name: Pull Request Meta
on:
pull_request:
types: [ opened ]
jobs:
process_pr_meta:
name: Process PR meta
runs-on: ubuntu-20.04
steps:
- name: Assign to author
uses: samspills/[email protected] # specify also the minor version because v1 does not exist
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add labels
uses: TimonVS/pr-labeler-action@v4
env:
repo-token: ${{ secrets.GITHUB_TOKEN }}