Skip to content

move script to a file and update readme #5

move script to a file and update readme

move script to a file and update readme #5

Workflow file for this run

on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
pr_age_in_hours: 24
slack_webhook_url: "SLACK_WEBHOOK_URL"
env:
GH_TOKEN: ${{ github.token }}