GitHub Action for patching logfmt logs in issues. Finds logfmt log lines in issues and replaces them with formatted version that is easier to follow.
Required The PAT to use for authorizing the edits (usually ${{ secrets.GITHUB_TOKEN }}
)
uses: containrrr/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}