Skip to content

Add the MIT license #104

Add the MIT license

Add the MIT license #104

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/[email protected]
with:
config_path: .github/labeler_config.yml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"