Skip to content

nu: Offer an optional Windows Terminal profile helper #10958

nu: Offer an optional Windows Terminal profile helper

nu: Offer an optional Windows Terminal profile helper #10958

Workflow file for this run

name: Commented Pull Request
on:
issue_comment:
types: [ created ]
permissions:
contents: read
pull-requests: write
jobs:
pullRequestHandler:
name: PullRequestHandler
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: PullRequestHandler
uses: ScoopInstaller/GithubActions@main
if: startsWith(github.event.comment.body, '/verify')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_BRANCH: develop