Add an option to select multiple messages from chat search menu to download, forward or delete them #11222
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
name: Issue closer. | |
on: | |
issues: | |
types: opened | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Process an issue. | |
uses: desktop-app/action_issue_closer@master | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |