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

A plugin that adds a slash command to change your status #180

A plugin that adds a slash command to change your status

A plugin that adds a slash command to change your status #180

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 }}