Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jan 22, 2024
1 parent 9a8ce6f commit 9a49d00
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 45 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-labels-standardized.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'add labels standardized'

on:
issues:
types:
- opened
- reopened

jobs:
add-issue-labels:
permissions:
issues: write
secrets:
ORG_MEMBERSHIP_TOKEN: ${{ secrets.ORG_MEMBERSHIP_TOKEN }}
SENZING_MEMBERS: ${{ secrets.SENZING_MEMBERS }}
uses: senzing-factory/build-resources/.github/workflows/add-labels-to-issue.yaml@v1
21 changes: 0 additions & 21 deletions .github/workflows/add-triage-label.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/identify-customer.yaml

This file was deleted.

0 comments on commit 9a49d00

Please sign in to comment.