Skip to content

python: Update manifest to support arm64 and remove python-unpacked #257

python: Update manifest to support arm64 and remove python-unpacked

python: Update manifest to support arm64 and remove python-unpacked #257

Workflow file for this run

on:
pull_request:
types: [ opened, reopened ]
issue_comment:
types: [ created ]
name: Pull Requests
jobs:
pullRequestHandler:
name: Pull Request Validation
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Pull Request Validation
uses: ScoopInstaller/GithubActions@main
if: github.event.action == 'opened' || github.event.action == 'reopened' || startsWith(github.event.comment.body, '/verify')
env:
USER_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GH_BS_TOKEN }}