Skip to content

[Bug]: massCode can't be opened because Apple cannot check it for malicious software #135

[Bug]: massCode can't be opened because Apple cannot check it for malicious software

[Bug]: massCode can't be opened because Apple cannot check it for malicious software #135

Workflow file for this run

name: Issue Labeled
on:
issues:
types: [labeled]
jobs:
reply-labeled:
runs-on: ubuntu-latest
steps:
- name: need reproduction
if: github.event.label.name == 'need reproduction'
uses: actions-cool/issues-helper@v3
with:
actions: "create-comment, remove-labels"
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}. Please describe in detail the sequence of actions that leads to the bug (skip it if it's already there). Add screenshots of errors from the console. If possible add a video. Issues marked with `need reproduction` will be closed if they have no activity within 3 days.
labels: "pending triage"