Skip to content

On mobile phone I would like to copy paste or select all delete source code into the view but it is not possible. It should be easy to fix it. Just add a select all in your context menu #1273

On mobile phone I would like to copy paste or select all delete source code into the view but it is not possible. It should be easy to fix it. Just add a select all in your context menu

On mobile phone I would like to copy paste or select all delete source code into the view but it is not possible. It should be easy to fix it. Just add a select all in your context menu #1273

on:
issues:
types: [opened]
jobs:
closeEmptyIssues:
if: "${{ github.event.issue.body == '' }}"
runs-on: ubuntu-latest
steps:
- name: close empty issues
# v1.0.0
uses: kerhub/saved-replies@dd3633c3608fcc768978988b012871d66f98f7d6
with:
token: ${{ secrets.GITHUB_TOKEN }}
state: 'closed'