Skip to content

Add emoji and clean up #36

Add emoji and clean up

Add emoji and clean up #36

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"