Skip to content

Retire inactive contributors (Dry run) #4

Retire inactive contributors (Dry run)

Retire inactive contributors (Dry run) #4

name: Retire inactive contributors (Dry run)
on:
workflow_dispatch:
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cucumber/action-retire-inactive-contributor@v0.3.0
with:
github-orgname: cucumber
maximum-absence-before-retirement: 1 year
alumni-team: alumni
read-only: read-only
env:
GITHUB_TOKEN: ${{ secrets.RETIRE_INACTIVE_CONTRIBUTORS_TOKEN }}