Adding support for issue-body with more than 65536 words, issue body to be created as an issue comment (#167)

* push a built package to ghcr
* adding err catch
* auth check
* auth update
* update uname
* update uname
* testing with splitted issues
* minor fix
* revert testing changes
* Update approval.go
This commit is contained in:
Sunny 2025-04-26 12:02:02 +05:30 committed by GitHub
parent c1ebf589e2
commit bfb0ba38d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 87 additions and 6 deletions

View file

@ -27,6 +27,7 @@ jobs:
run: make build
env:
VERSION: latest
- name: Test
run: make test
- name: Lint