Scoop-GithubActions
Scoop-GithubActions copied to clipboard
Excavator with automatic error reporting
Auto-pr output could be hooked and then commet posted to specific issue defined as environment
env:
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'
OUTSTANDING_EXCAVATOR_ISSUE_ID: 258
This will require really high quality duplicate finder manager.
Teoretically it could be based on editing of Issue description, which will be list.
Markdown list will be parsed and based on check it will be $true
or $false
If there is problem with updating and in list $false, nothing will happen.
If there is problem and list is $true, check description (name of application, version, type of error) and add to list.
Dump list to markdown.
Proper/best possible flow and implementation needs to be investigated