1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-15 01:28:34 +02:00
simple-icons/.github/workflows/labeler.yml

13 lines
247 B
YAML
Raw Normal View History

name: Pull Request Labeler
2020-10-15 14:10:07 +02:00
on:
pull_request_target:
types: [opened]
2020-10-15 14:10:07 +02:00
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: ericcornelissen/labeler@label-based-on-status
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}