Skip to content

xyplorer@28.30: hash check failed #11

xyplorer@28.30: hash check failed

xyplorer@28.30: hash check failed #11

Workflow file for this run

on:
issues:
types:
- opened
- labeled
name: Issues
jobs:
issueHandler:
name: IssueHandler
runs-on: windows-latest
permissions:
contents: write
issues: write
steps:
- uses: actions/checkout@v6.0.2
- name: IssueHandler
uses: ScoopInstaller/GithubActions@main
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}