Skip to content

Retire inactive contributors (Dry run) #2

Retire inactive contributors (Dry run)

Retire inactive contributors (Dry run) #2

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.2.0
with:
github-orgname: cucumber
maximum-absence-before-retirement: 1 year
alumni-team: alumni
dry-run: true
env:
GITHUB_TOKEN: ${{ secrets.RETIRE_INACTIVE_CONTRIBUTORS_TOKEN }}