Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-pyth…
Browse files Browse the repository at this point in the history
…on-5
  • Loading branch information
docktermj authored Jan 23, 2024
2 parents 9972e65 + 654b47c commit ca371d6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 58 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Default code owner

* @Senzing/senzing-mappers

/.github/ @Senzing/senzing-devsecops
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
23 changes: 0 additions & 23 deletions .github/workflows/add-triage-label.yaml

This file was deleted.

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

This file was deleted.

0 comments on commit ca371d6

Please sign in to comment.