Skip to content

Commit

Permalink
senzing-factory/build-resources#82 standardized labels (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jan 23, 2024
1 parent 9c4d216 commit ae154b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 35 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/add-label-customer-submission.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/add-label-triage.yaml

This file was deleted.

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

0 comments on commit ae154b4

Please sign in to comment.