mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-05 16:15:41 -06:00
19 lines
415 B
YAML
19 lines
415 B
YAML
name: Label Customer Issues
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
pull_request_target:
|
|
branches: [main]
|
|
types: [opened]
|
|
|
|
jobs:
|
|
label_customer_issues:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dolthub/label-customer-issues@main
|
|
with:
|
|
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
|
issue-label: customer issue
|
|
pr-label: contribution
|
|
exclude: dependabot |