Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Hide user(s) based on blacklist / blocked user status #226

Hide user(s) based on blacklist / blocked user status

Hide user(s) based on blacklist / blocked user status #226

Workflow file for this run

on:
issues:
types: [closed]
jobs:
lock:
runs-on: ubuntu-latest
steps:
- run: gh issue lock "${{ github.event.issue.html_url }}" --reason resolved
env:
GH_TOKEN: ${{ github.token }}