Sending DFI fails with error "JSON value is not an integer as expected" #5967
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: OSS Governance | |
on: | |
pull_request_target: | |
branches: [main] | |
types: [synchronize, opened, labeled, unlabeled] | |
issues: | |
types: [opened, labeled, unlabeled] | |
issue_comment: | |
types: [created] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
statuses: write | |
checks: write | |
jobs: | |
Bot: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: BirthdayResearch/oss-governance-bot@23a023a59e633947923a299f0497371576e12e78 |