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

14 lines
262 B
YAML
Raw Permalink 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 }}