Skip to content

Commit

Permalink
#82 standardized labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jan 22, 2024
1 parent 84f5065 commit 052a986
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 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
6 changes: 0 additions & 6 deletions .github/workflows/issue-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@ jobs:
classic: false
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}

add-issue-labels:
uses: senzing-factory/build-resources/.github/workflows/add-labels-to-issue.yaml@main
secrets:
ORG_MEMBERSHIP_TOKEN: ${{ secrets.ORG_MEMBERSHIP_TOKEN }}
SENZING_MEMBERS: ${{ secrets.SENZING_MEMBERS }}

0 comments on commit 052a986

Please sign in to comment.