Skip to content

Lock down repository #364

Lock down repository

Lock down repository #364

Workflow file for this run

name: 'Lock down repository'
on:
issues:
types: opened
pull_request:
types: opened
schedule:
- cron: '0 * * * *'
jobs:
lockdown:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v2
with:
github-token: ${{ github.token }}
exclude-pr-created-before: '2020-12-08'
close-issue: false
process-only: prs
pr-comment: >
This repository does not accept pull requests anymore.
Please create your PR at https://github.com/pnp/powershell
skip-closed-issue-comment: true
skip-closed-pr-comment: true