Revert "Temporarily disabling the label-customer-issues workflow until I can figure out why it's not able to read"

This reverts commit 457bb1a832.
This commit is contained in:
Jason Fulghum
2023-03-14 15:22:14 -07:00
parent af987d213c
commit ecd0cb6d41
@@ -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