Skip to content

Add the MIT license #10

Add the MIT license

Add the MIT license #10

Workflow file for this run

name: Label PR
on:
pull_request:
types: [opened, edited]
jobs:
label-pr:
runs-on: ubuntu-latest
steps:
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'duplicate')
with:
token: '${{ secrets.GITHUB_TOKEN }}'
label: 'duplicate'
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'nature')
with:
token: '${{ secrets.GITHUB_TOKEN }}'
label: 'nature-addition'
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'anime')
with:
token: '${{ secrets.GITHUB_TOKEN }}'
label: 'anime-addition'
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'illustration')
with:
token: '${{ secrets.GITHUB_TOKEN }}'
label: 'illustration-addition'