Skip to content

problem no longer exists #169

problem no longer exists

problem no longer exists #169

Workflow file for this run

name: Issues
on:
issues:
types: [opened, labeled]
jobs:
issueVerifier:
name: Issue Verifier
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Verify Issues
uses: Ash258/Scoop-GithubActions@stable-win
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
SHOVEL: "1"
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}