This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
MutualGroupDMs: Add expandable list to DM sidebar #221
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |