Skip to content

Overriding power on a system allows more power to be used than is provided to the system. #10974

Overriding power on a system allows more power to be used than is provided to the system.

Overriding power on a system allows more power to be used than is provided to the system. #10974

Workflow file for this run

name: No Response
# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
issue_comment:
types: [created]
schedule:
# Runs once a week
- cron: "5 4 * * 1"
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ github.token }}