exclude (robomirror) update requested #424
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Get new package | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
CheckpackageRequest: | |
runs-on: windows-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: actions/[email protected] | |
- 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 }}" |