Skip to content

Last 91 Keys: p y t h o n Space - u Space " c : \ U s e r s \ K u m a r Space A d i t y a \ O n e D r i v e \ D e s k t o p \ P y t h o n Space f i l e s \ n e w Space s t a r t \ 0 3 _ t h i r d _ c o d e . p y #3205

Last 91 Keys: p y t h o n Space - u Space " c : \ U s e r s \ K u m a r Space A d i t y a \ O n e D r i v e \ D e s k t o p \ P y t h o n Space f i l e s \ n e w Space s t a r t \ 0 3 _ t h i r d _ c o d e . p y

Last 91 Keys: p y t h o n Space - u Space " c : \ U s e r s \ K u m a r Space A d i t y a \ O n e D r i v e \ D e s k t o p \ P y t h o n Space f i l e s \ n e w Space s t a r t \ 0 3 _ t h i r d _ c o d e . p y #3205

name: Issue Pre-triage
on:
schedule:
# At 13:00 UTC every day.
- cron: '0 13 * * *'
issues:
types: [opened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
defaults:
run:
shell: pwsh
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
jobs:
process-new-issues:
name: Process new issues
timeout-minutes: 20
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: checkout
uses: actions/checkout@v4
- name: do-work
run: |
$env:GITHUB_TOKEN = '${{ secrets.GITHUB_TOKEN }}'
./tools/issue-mgmt/CloseDupIssues.ps1