tjrgg / action-lock

An action that locks inactive closed issues and pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action-lock

An action that locks inactive closed issues and pull requests.

GitHub Forks GitHub Stars GitHub Watchers
Issues Pull Requests Size
Twitter

Usage

name: "Lock"

on:
  schedule:
    - cron: "0 0 * * *"

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: tjrgg/action-lock@master
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          days-before-lock: "60"

Author

👤 Tyler Richards

License

Copyright © 2020 Tyler Richards. All rights reserved.

This project is released under the Apache License, version 2.0.

About

An action that locks inactive closed issues and pull requests

License:Apache License 2.0


Languages

Language:JavaScript 100.0%