Discrepancy Between Java libpostal and Python libpostal Results #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: 'issue automation' | ||
on: | ||
issues: | ||
types: | ||
- reopened | ||
- opened | ||
jobs: | ||
add-issue-to-community: | ||
uses: Senzing/build-resources/.github/workflows/add-to-project.yaml@main | ||
Check failure on line 13 in .github/workflows/issue-automation.yaml GitHub Actions / issue automationInvalid workflow file
|
||
with: | ||
project-number: "9" | ||
classic: true | ||
secrets: | ||
SENZING_GITHUB_ACCESS_TOKEN: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }} | ||
add-issue-labels: | ||
uses: Senzing/build-resources/.github/workflows/add-labels-to-issue.yaml@main | ||
secrets: | ||
ORG_MEMBERSHIP_TOKEN: ${{ secrets.ORG_MEMBERSHIP_TOKEN }} | ||
SENZING_MEMBERS: ${{ secrets.SENZING_MEMBERS }} |