Skip to content

exclude (ietab-chrome) update requested #4

exclude (ietab-chrome) update requested

exclude (ietab-chrome) update requested #4

Workflow file for this run

name: Get new request
on:
issues:
types: [closed]
jobs:
search:
runs-on: windows-latest
env:
Github_personal_token: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2.2.0
- name: Authenticate with GitHub
run: |
$env:GITHUB_TOKEN = "${{ secrets.GITHUB_TOKEN }}"
Set-GitHubAuthentication -Token $env:GITHUB_TOKEN
shell: pwsh
- name: Check requests
run: |
Set-GitHubConfiguration -DisableTelemetry
& "${{ github.workspace }}\tools\looknewer.ps1"