mirror of
https://github.com/codingo/Interlace.git
synced 2026-02-02 13:34:19 +01:00
13 lines
182 B
YAML
13 lines
182 B
YAML
name: Labeler
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
label:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/labeler@v2
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|