Skip to content

Add an indicator to the card to show that the flight is paused #11049

Add an indicator to the card to show that the flight is paused

Add an indicator to the card to show that the flight is paused #11049

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 }}