* security: `set-output` cmd deprecated. Use `$GITHUB_OUTPUT` env file
To avoid untrusted logged data to use `save-state` and `set-output` workflow commands without the intention of the workflow author we have introduced a new set of environment files to manage state and output.
Starting 1st June 2023 workflows using `save-state` or `set-output` commands via stdout will fail with an error.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* chore: apply fix found at actions/stale#859
* test: fixing report escapes
* test: fixing report escapes
* test: fixing report escapes
* test: fixing report escapes
* test: fixing report escapes
* ci(conflicts): create `conflicts.yml` workflow
* typo: state -> status
* use section url instead of article url
* Refine "comment on dirty" text
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* fix: grammar
The 'you' after 'advance' and before 'for' should not be there.
Co-authored-by: Biswadeep Purkayastha <98874428+metabiswadeep@users.noreply.github.com>
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
Co-authored-by: Biswadeep Purkayastha <98874428+metabiswadeep@users.noreply.github.com>