1
0
mirror of https://github.com/mermaid-js/mermaid.git synced 2025-03-11 07:53:10 +08:00

14 lines
262 B
YAML
Raw Normal View History

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