Skip to content

chore: added workflow_dispatch event to stale branches workflow #2

chore: added workflow_dispatch event to stale branches workflow

chore: added workflow_dispatch event to stale branches workflow #2

Workflow file for this run

name: Find and Clean Stale Branches
on:
workflow_dispatch: {}
push:
branches:
- stale-branch-poc
jobs:
find-stale-branches:
runs-on: ubuntu-latest
name: Find Stale Branches
steps:
- name: Run O11y Stale Branch POC
id: stale-branch-poc
uses: liatrio/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
stale-branch-age: '30 days'