a-know / action-pull-request-lock

Close and lock a pull-request

Home Page:https://github.com/williamdes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lock a pull-request

This action locks a pull-request

Example usage

  - name: lock pull request
    uses: sudo-bot/action-pull-request-lock@v1.0.5
    with:
        github-token: ${{ secrets.GITHUB_TOKEN }}
        number: ${{ github.event.pull_request.number }}
        lock-reason: resolved

About

Close and lock a pull-request

https://github.com/williamdes

License:Mozilla Public License 2.0


Languages

Language:JavaScript 100.0%