Skip to content

Repo Lockdown

Repo Lockdown #27

Workflow file for this run

# For more information see: https://github.com/marketplace/actions/repo-lockdown
name: 'Repo Lockdown'
on:
schedule:
- cron: '0 23 * * 2'
permissions:
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- name: CloseUnnecessaryPRs
if: github.repository_owner == 'Tinkoff'
uses: dessant/repo-lockdown@v3
with:
exclude-pr-labels: 'pinned'
pr-comment: 'all homework is checked inside pull requests in your personal repositories!'