mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
20 lines
456 B
YAML
20 lines
456 B
YAML
name: 'Auto-label Issues/PRs'
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
name: labeler
|
|
steps:
|
|
# - name: Checkout
|
|
# uses: actions/checkout@v2
|
|
- uses: actions/labeler@main
|
|
with:
|
|
repo-token: ${{ github.token }}
|
|
# - name: Synchronize labels
|
|
# uses: julb/action-manage-label@v1
|
|
# with:
|
|
# from: .github/labels.yml
|
|
# skip_delete: false
|