mermaid/.github/workflows/pr-labeler.yml

14 lines
255 B
YAML
Raw Normal View History

2019-11-30 23:23:09 +01:00
name: Apply labels to PR
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: TimonVS/pr-labeler-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}