Skip to content

[Request]: c2patool #5777

[Request]: c2patool

[Request]: c2patool #5777

Workflow file for this run

name: Issues
on:
issues:
types: [ opened, labeled ]
permissions:
# Auto hash fixing commits
contents: write
issues: write
jobs:
issueHandler:
name: IssueHandler
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- 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 }}
SCOOP_BRANCH: develop