Skip to content

exclude (hardware-freak) update requested #421

exclude (hardware-freak) update requested

exclude (hardware-freak) update requested #421

Workflow file for this run

name: Get new package
on:
issues:
types: [opened]
jobs:
CheckpackageRequest:
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4.2.1
- name: Get new package
run: |
Import-Module "${{ github.workspace }}\scripts\new.psm1"
Set-Location ${{ github.workspace }}
Find-nextissueGH -packageName "${{ github.event.issue.title }}" -actor "${{ github.event.issue.user.login }}"