* 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>
* ci(pinner): Create `issues-pinner.yml` workflow
To monitor pin/unpin issue events and add/remove state labels accordingly
* format: remove the superfluous newlines
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* fix: missing multiline token in remove input
* chore: use emoji text instead its icon
* all in one job + cleanup
* docs: add comment as workflow heading explaining what it does
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* ci(stale): create `stale.yml` workflow
- Treat issues and PRs separately
- At the end, generate a cross-linked summary with all processed issues/PRs
* chore: apply suggested interval ratio 60/30
* chore: cron every 6 hours o'clock...
at 0:00am 6:00am 12:00pm 18:00pm
* chore: multiline string for messages posted by bot
* fix: concurrency and job atomicity
* format: remove the superfluous newlines
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* security: limit access to contents
* feat: `blocked,must,should,keep` exempt labels
* fix: report not work since job outputs aren't exported from their respective jobs
* chore: cron every 1 hour o'clock
* fix: filter outputs to exempt share secrets between jobs
* chore: use emoji text instead its icon
* chore: cron back again every 6 hours o'clock...
Reverts commit dc44e45b27
* chore: refactor workflow to have only one job but one step for issues and other for PRs
New features:
- run on push over this workflow
- run manually have debug option to make a dry-run execution
- run scheduled is every 6 hours at o'clock
- Summary report is in table format instead of list items
* chore: cron back again once a day at 00:00 UTC
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* format: expand events
* format: add blank lines between steps of check job
* format: to run steps using multiline format
* feat: group for each output
* fix: solve crash on first push (trilom 2 tj action)
* chore: upload ab-results as `awesomebot-results.zip` artifact
* feat: changed files as workflow output
* feat: Generate GitHub Summary using `ab-results-*.json`s
* security: limit access rights with `contents: read`
Seen at PR #7043
Cherry picked from 50300ca119
Co-authored-by: Alex <93376818+sashashura@users.noreply.github.com>
* chore: setup concurrency policy
* chore: modularize using composite actions
Co-authored-by: Alex <93376818+sashashura@users.noreply.github.com>
* improvements to check_urls
make check have a more descriptive name
produce output file instead
* upload artifacts
* a
* change file to trigger test
* put things back
* fix broken urls
* trigger on pull request creation too
* allow certificate verify failed
some sites have misconfigured/expired certs
* adding back two links that were manually verified good