Skip to content

Commit

Permalink
Merge pull request #834 from dolthub/fulghum/label-contributions
Browse files Browse the repository at this point in the history
Label contribution PRs
  • Loading branch information
fulghum authored Oct 14, 2024
2 parents 4b25d07 + 6a0f9f1 commit 390495f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/label-customer-issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 390495f

Please sign in to comment.