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

Suggestion For Already Existing Plugin #3

Suggestion For Already Existing Plugin

Suggestion For Already Existing Plugin #3

Workflow file for this run

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